actions-marketplace-validations/action turnstyle-python

A GitHub Action (in python!) for serializing workflow runs

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
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
github-tokengithub tokenyes
workflow-nameThe workflow name to check. Defaults to the current workflow. The branch of the workflow running this GHA step is used.
namedescription
force_continuedTrue if continue-after-seconds is used and the step using turnstyle continued. False otherwise.