johannesvedder/Await Workflow
Wait for a specific workflow to complete before proceeding with the next steps in your workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| workflowId | The workflow id or filename of the workflow to wait on | yes | — |
| repository | The repository in the format owner/repo to fetch the workflow runs (default is the current repository) | — | — |
| branch | The branch to fetch the workflow runs (If not provided, considers all branches) | — | — |
| retryIntervalSeconds | Retry interval in seconds | — | 60 |
| timeoutSeconds | Timeout duration in seconds | — | 600 |
| initialWaitSeconds | Wait time until GitHub workflows are initialized in seconds | — | 10 |
| successStatuses | Comma-separated list of status values that indicate a successful workflow run | — | success |
| github-token | The GitHub token used to post comments on pull requests | — | ${{ github.token }} |
Outputs
no outputs