actions-marketplace-validations/Wait For Workflows To Succeed
Given a list of local workflow file names, wait for ones that were created for the same push/pull_request event to succeed
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| wait-interval-seconds | Seconds to wait between checks | yes | — |
| wait-max-seconds | Max seconds to wait in total before failing | yes | — |
| repo-token | The github.token in context or GITHUB_TOKEN env variable repo token for your workflow | yes | — |
| workflows | The workflows to wait for. Either specify one as a normal string or several workflows as newline separated strings with forexample the | multiline YAML syntax | yes | — |
| debug | Whether or not to have debug logs show. Possible values are `on`, `off`, and `verbose` | no | off |
Outputs
no outputs