github_watch_workflow
Monitor a GitHub workflow run until it finishes, polling every 10 seconds to return the final status and conclusion, with a 5-minute timeout.
Instructions
Watch a workflow run until it completes (or times out after 5 minutes). Polls every 10 seconds and returns the final status and conclusion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| owner | Yes | Repository owner | |
| runId | Yes | The numeric workflow run ID to watch |