Publish test results for PRs #20967
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: Publish test results for PRs | ||
on: | ||
workflow_run: | ||
workflows: | ||
- PR | ||
- PR All | ||
types: | ||
- completed | ||
jobs: | ||
publish: | ||
Check failure on line 12 in .github/workflows/publish-test-results-pr.yml GitHub Actions / Publish test results for PRsInvalid workflow file
|
||
uses: ./.github/workflows/test-results-pr.yml | ||
if: github.event.workflow_run.conclusion != 'skipped' | ||
permissions: | ||
checks: write | ||
pull-requests: write | ||
secrets: inherit |