kachick/wait-other-jobs

Waits for all or specific other jobs, even if they are defined in other workflows

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenThe GITHUB_TOKEN secretno${{ github.token }}
github-api-urlGitHub API URLyes${{ github.api_url }}
warmup-delayWait this time before first polling. To make sure other jobs are running and can be targeted. Should be specified with ISO 8601 duration format. noPT1S
minimum-intervalWait for this or a longer interval between each poll to reduce GitHub API calls. Should be specified with ISO 8601 duration format. noPT10S
early-exitStop rest pollings if faced at least 1 bad conditionnotrue
retry-methodHow to wait for next pollingnoequal_intervals
attempt-limitsStop rest pollings if reached to this limitno1000
event-list- Set a JSON array. - Wait only listed events. - Empty list means "any" events. - This value will be used as default in wait and skip lists. yes[ "${{ github.event_name }}" ]
wait-listWait only these jobsno[]
skip-listWait except these jobsno[]
skip-same-workflowSkip jobs defined in the same workflow which using this actionnofalse
dry-runAvoid http requests for testsnofalse
namedescription
parametersParsed values from `with` and some context. This data is only provided for testing, so the schema is not defined.
dumpA file path for collected resources which keeps fields than logged. This data is only provided for debugging, so the schema is not defined.