actions-marketplace-validations/action turnstyle-python
A GitHub Action (in python!) for serializing workflow runs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
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 | — | — |
| github-token | github token | yes | — |
| workflow-name | The workflow name to check. Defaults to the current workflow. The branch of the workflow running this GHA step is used. | — | — |
Outputs
| name | description |
|---|---|
| force_continued | True if continue-after-seconds is used and the step using turnstyle continued. False otherwise. |