multi-gitter: Update org in workflows #30
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and Test | ||
on: | ||
issue_comment: | ||
types: | ||
- created | ||
pull_request_target: | ||
types: [opened, synchronize, reopened] | ||
paths-ignore: | ||
- 'cicd*.groovy' | ||
- '**/LICENSE' | ||
- 'README.md' | ||
workflow_dispatch: | ||
jobs: | ||
build-and-test: | ||
if: (github.event.issue.pull_request && contains(github.event.comment.body, '/run tests')) || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request_target' | ||
uses: zopencommunity/meta/.github/workflows/build_and_test.yml@main | ||
Check failure on line 18 in .github/workflows/build_and_test.yml GitHub Actions / .github/workflows/build_and_test.ymlInvalid workflow file
|
||
secrets: inherit |