Skip to content

Publish test results for PRs #21238

Publish test results for PRs

Publish test results for PRs #21238

name: Publish test results for PRs
on:
workflow_run:
workflows:
- PR
- PR All
types:
- completed
jobs:
publish:
uses: ./.github/workflows/test-results-pr.yml
if: github.event.workflow_run.conclusion != 'skipped'
permissions: # These permissions need to match the ones in the included workflow, see test-results-pr.yml for details
checks: write
pull-requests: write
contents: read
actions: read
secrets: inherit