ahmadnassri/Workflow Queue
If the same workflow is already running from a previous commit, wait for it to finish
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 4–6scored Jul 6, 2026
- Maintenance Recency
- Maintainedlast commit Feb 19, 2025
- License
- MIT
Pinned Snippet
uses: ahmadnassri/action-workflow-queue@542658b3a8270cac81ae15d401b0d974732808ac # v1.2.0tags 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) | — | 600000 |
| delay | delay between status checks (in milliseconds) | — | 10000 |
Outputs
no outputs