ercindedeoglu/Disband Workflow
This Action will cancel any previous runs that are not `completed` for a given workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| workflow_id | Optional - A single Workflow ID or a comma separated list of IDs | no | — |
| ignore_sha | Optional - Allow canceling other workflows with the same SHA. Useful for the `pull_request.closed` event. | no | false |
| access_token | Your GitHub Access Token, defaults to: {{ github.token }} | no | ${{ github.token }} |
| all_but_latest | Optional - Cancel all actions but the most recent one. | no | false |
| only_status | Optional - Cancel runs with a specific status, such as `waiting`. | no | — |
Outputs
no outputs