willgarcia/Workflow Wait Action
Wait and run a workflow after all other workflows are completed
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| access_token | Your GitHub Access Token, defaults to: {{ github.token }} | no | ${{ github.token }} |
| timeout | Action timeout. If in-progress workflows are not completed within the timeout period, the Action will fails the workflow | no | 600 |
| interval | Interval used to refresh the status of the workflows | no | 10 |
| initial_delay | Initial delay used to give minimal time to all workflows to be queued & started | no | 30 |
| workflows | List of workflows to wait for. Must be a multiline string using | | no | "" |
Outputs
no outputs