Skip to content

Test PR build

Test PR build #1

Workflow file for this run

name: Test PR build
on:
workflow_run:
workflows: ["Build on PR"]
types:
- completed
jobs:
test:
uses: ./.github/workflows/test.yaml

Check failure on line 11 in .github/workflows/test-pr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-pr.yml

Invalid workflow file

error parsing called workflow ".github/workflows/test-pr.yml" -> "./.github/workflows/test.yaml" : failed to fetch workflow: workflow was not found.
secrets: inherit
if: ${{ github.event.workflow_run.conclusion == 'success' }}
with:
url: ${{ github.event.workflow_run.outputs.artifacts_url }}