actions-marketplace-validations/Workflow Run Wait

wait for all `workflow_run` required workflows to be successful

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit May 13, 2021
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/ahmadnassri_action-workflow-run-wait@2aa3d9e1a12ecaaa9908e368eaf2123bb084323e # no releases — HEAD as of 2026-07-12

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

namedescriptionrequireddefault
github-tokenThe GitHub token used to post comments on pull requests${{ github.token }}
timeouttimeout before we stop trying (in milliseconds)30000
delaydelay between status checks (in milliseconds)5000
ignore-cancelledignore cancelled workflow runsfalse
shaSHA to use (defaults to github.sha)${{ github.sha }}

no outputs