Skip to content

All post-commit tests #52689

All post-commit tests

All post-commit tests #52689

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