Test PR build #2
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: 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 GitHub Actions / .github/workflows/test-pr.ymlInvalid workflow file
|
||
secrets: inherit | ||
if: ${{ github.event.workflow_run.conclusion == 'success' }} | ||
with: | ||
url: ${{ github.event.workflow_run.outputs.artifacts_url }} | ||