yogeshlonkar/Wait for jobs
Wait for the specified jobs in the same run to be complete successfully before proceeding, helpful to prestart the job
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| gh-token | GitHub token to access API | yes | ${{github.token}} |
| ignore-skipped | To ignore jobs that are skipped from given list of job dependencies | no | false |
| jobs | Comma or newline separated list of names of job dependencies for this step, it must be `name:` property of job if set | yes | — |
| outputs-from | Comma separated list of JSON artifacts from (jobs in) this build that will be parse to set as output for this step | no | — |
| prefix | Instead of exact job name match check prefix of job names, useful in case of reusable workflows | no | false |
| suffix | Instead of exact job name match check suffix of job names, useful in case of reusable workflows | no | false |
| interval | Interval in milliseconds between each check of dependencies completion | no | 2000 |
| ttl | Maximum number of minutes to wait before giving up, step will fail with message providing remaining job names. Can't be more than 15 | no | 5 |
| no-max-ttl | If set to true, the ttl will NOT be overridden to 15 minutes if it is set more than 15 minutes | no | false |
Outputs
| name | description |
|---|---|
| outputs | Outputs from given list of JSON artifacts |