actions-marketplace-validations/Workflow Run Wait
wait for all `workflow_run` required workflows to be successful
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 13, 2021
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/ahmadnassri_action-workflow-run-wait@2aa3d9e1a12ecaaa9908e368eaf2123bb084323e # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token used to post comments on pull requests | — | ${{ github.token }} |
| timeout | timeout before we stop trying (in milliseconds) | — | 30000 |
| delay | delay between status checks (in milliseconds) | — | 5000 |
| ignore-cancelled | ignore cancelled workflow runs | — | false |
| sha | SHA to use (defaults to github.sha) | — | ${{ github.sha }} |
Outputs
no outputs