Pipeline wait
pipeline wait - Wait for GitHub workflow runs to complete
Wait for GitHub workflow runs to complete with live progress display.
This command monitors one or more GitHub Actions workflow runs and displays their status in a compact, updating format. It exits with code 0 if all workflows succeed, or code 1 if any fail.
Flags
| Flag | Description |
|---|---|
--timeout |
Maximum wait time in seconds (default: 1800) |
--interval |
Poll interval in seconds (default: 10) |
Notes
Expected Output:
- Live progress display with status icons (✓, ✗, ◐, ○)
- Exit code 0 if all workflows succeed
- Exit code 1 if any workflow fails
Examples
pipeline wait 12345 12346 12347 # Wait for specific run IDs
pipeline wait --timeout 600 # Wait up to 10 minutes (default: 30 min)
pipeline wait --interval 5 # Poll every 5 seconds (default: 10)
See Also
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.