actions-marketplace-validations/github workflows queue
A GitHub Action for serializing workflow runs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| poll-interval-seconds | Number of seconds to wait in between checks for previous run completion (defaults to 60) | — | — |
| continue-after-seconds | Maximum number of seconds to wait before moving forward (unbound by default). Mutually exclusive with abort-after-seconds | — | — |
| abort-after-seconds | Maximum number of seconds to wait before failing the step (unbound by default). Mutually exclusive with continue-after-seconds | — | — |
| same-branch-only | Only wait on other runs from the same branch (defaults to true) | — | — |
| initial-wait-seconds | Total elapsed seconds within which period the action will refresh the list of current runs, if no runs were found in the first poll (0 by default, ie doesn't retry) | — | — |
Outputs
| name | description |
|---|---|
| force_continued | True if continue-after-seconds is used and the step using turnstyle continued. False otherwise. |