Skip to content

AB2D-6464 workflows #10

AB2D-6464 workflows

AB2D-6464 workflows #10

Workflow file for this run

name: pull request jobs
on:
pull_request:
jobs:
test:
uses: ./.github/workflows/test.yml

Check failure on line 8 in .github/workflows/pull-request.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-request.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pull-request.yml" -> "./.github/workflows/test.yml" : workflow is not reusable as it is missing a `on.workflow_call` trigger
secrets: inherit
build:
needs: test
uses: ./.github/workflows/build.yml
with:
environment: test
secrets: inherit