codex-/Await Local Workflow Run
Wait until the completion of a local repository workflow run before another step.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub Personal Access Token for making API requests. | yes | — |
| workflow | The filename of the workflow that you wish to await completion of. | yes | — |
| check_name | A specific check within the workflow to wait for. Await all checks if this is not specified. | — | — |
| timeout_mins | Time until giving up on the workflow checks completion. | — | 15 |
| poll_interval_ms | Frequency to poll the workflow run for a status. | — | 15000 |
Outputs
no outputs