catchen/Wait for Check Runs

Wait for all checks to complete for a Pull Request, commit, branch or tag.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 22, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: catchen/wait-for-check-runs-action@23461ac449961b5feaafee8066dd578157d64a6b # v0.1.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github-tokenGitHub token.no${{ github.token }}
refSpecify 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 }}
timeoutThe time allowance in seconds for waiting the checks to pass.no0
fail-if-timeoutFail the workflow if timeout.nofalse
checks-watch-intervalRefresh interval in seconds when using waiting for checks.no10

no outputs