All post-commit tests #52690
This file contains hidden or 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: "PR - All post-commit tests" | |
| on: | |
| pull_request: | |
| branches: | |
| - main | |
| permissions: | |
| actions: read | |
| contents: write | |
| pull-requests: write | |
| pages: write | |
| id-token: write | |
| packages: write | |
| checks: write | |
| run-name: All post-commit tests${{ (github.event_name == 'workflow_dispatch' && inputs.with-retries) && ' (with retries)' || ''}} | |
| jobs: | |
| trigger-post-commit: | |
| if: ${{ github.event.pull_request.head.repo.fork == true }} | |
| uses: ./.github/workflows/all-post-commit-workflows.yaml | |
| secrets: inherit |