actions-marketplace-validations/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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
gh-tokenGitHub token to access APIyes${{github.token}}
ignore-skippedTo ignore jobs that are skipped from given list of job dependenciesnofalse
jobsComma or newline separated list of names of job dependencies for this step, it must be `name:` property of job if setyes
outputs-fromComma separated list of JSON artifacts from (jobs in) this build that will be parse to set as output for this stepno
prefixInstead of exact job name match check prefix of job names, useful in case of reusable workflowsnofalse
suffixInstead of exact job name match check suffix of job names, useful in case of reusable workflowsnofalse
intervalInterval in milliseconds between each check of dependencies completionno2000
ttlMaximum number of minutes to wait before giving up, step will fail with message providing remaining job names. Can't be more than 15no5
no-max-ttlIf set to true, the ttl will NOT be overridden to 15 minutes if it is set more than 15 minutesnofalse
namedescription
outputsOutputs from given list of JSON artifacts