Skip to content

multi-gitter: Update org in workflows #14

multi-gitter: Update org in workflows

multi-gitter: Update org in workflows #14

Workflow file for this run

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

View workflow run for this annotation

GitHub Actions / .github/workflows/build_and_test.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build_and_test.yml" -> "ZOSOpenTools/meta/.github/workflows/build_and_test.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit