catchen/Wait for Check Runs
Wait for all checks to complete for a Pull Request, commit, branch or tag.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 22, 2026
- License
- MIT
Pinned Snippet
uses: catchen/wait-for-check-runs-action@23461ac449961b5feaafee8066dd578157d64a6b # v0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token. | no | ${{ github.token }} |
| ref | Specify a branch, tag or SHA. This defaults to the reference or SHA for the workflow event. | no | ${{ github.head_ref || github.ref_name || github.sha }} |
| timeout | The time allowance in seconds for waiting the checks to pass. | no | 0 |
| fail-if-timeout | Fail the workflow if timeout. | no | false |
| checks-watch-interval | Refresh interval in seconds when using waiting for checks. | no | 10 |
Outputs
no outputs