actions-marketplace-validations/github workflows queue

A GitHub Action for serializing workflow runs

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
poll-interval-secondsNumber of seconds to wait in between checks for previous run completion (defaults to 60)
continue-after-secondsMaximum number of seconds to wait before moving forward (unbound by default). Mutually exclusive with abort-after-seconds
abort-after-secondsMaximum number of seconds to wait before failing the step (unbound by default). Mutually exclusive with continue-after-seconds
same-branch-onlyOnly wait on other runs from the same branch (defaults to true)
initial-wait-secondsTotal 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)
namedescription
force_continuedTrue if continue-after-seconds is used and the step using turnstyle continued. False otherwise.