fullstackhouse/Cancel Workflows
Cancel running or queued GitHub Actions workflows for a branch or PR
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token with actions:write permission | yes | — |
| branch | Branch to cancel workflows for | no | — |
| pr-number | PR number (used to lookup branch if not provided) | no | — |
| repository | Target repository (owner/repo) | no | ${{ github.repository }} |
| workflows | Comma-separated workflow names to cancel (empty = all) | no | — |
| statuses | Comma-separated statuses to cancel | no | in_progress,queued |
Outputs
| name | description |
|---|---|
| cancelled-count | Number of workflow runs cancelled |