johannesvedder/Await Workflow

Wait for a specific workflow to complete before proceeding with the next steps in your workflow.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
workflowIdThe workflow id or filename of the workflow to wait onyes
repositoryThe repository in the format owner/repo to fetch the workflow runs (default is the current repository)
branchThe branch to fetch the workflow runs (If not provided, considers all branches)
retryIntervalSecondsRetry interval in seconds60
timeoutSecondsTimeout duration in seconds600
initialWaitSecondsWait time until GitHub workflows are initialized in seconds10
successStatusesComma-separated list of status values that indicate a successful workflow runsuccess
github-tokenThe GitHub token used to post comments on pull requests${{ github.token }}

no outputs