kalanaratnayake/sequential-dispatcher
Dispatch another workflow and optionally wait for completion
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| workflow_file | Path to the workflow file inside .github/workflows (e.g., .github/workflows/build.yml) | yes | — |
| ref | Git ref to run (branch or tag) | no | main |
| wait | Wait for the dispatched workflow to complete | no | true |
| timeout-seconds | Max seconds to wait for completion | no | 7200 |
| poll-interval-seconds | Polling interval in seconds | no | 10 |
| label | Human-friendly label for logs | no | Sequential Dispatcher |
| token | GitHub token (defaults to GITHUB_TOKEN) | no | — |
Outputs
| name | description |
|---|---|
| run_id | Dispatched workflow run id |
| conclusion | Conclusion of the completed workflow |