actions-marketplace-validations/Cancel Workflow Action

This Action will cancel any previous runs that are not `completed` for a given workflow.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
workflow_idOptional - A single Workflow ID or a comma separated list of IDsno
ignore_shaOptional - Allow canceling other workflows with the same SHA. Useful for the `pull_request.closed` event.nofalse
access_tokenYour GitHub Access Token, defaults to: {{ github.token }}no${{ github.token }}
all_but_latestOptional - Cancel all actions but the most recent one.nofalse
only_statusOptional - Cancel runs with a specific status, such as `waiting`.no
force_cancelOptional - Force cancel the workflow runs instead of gracefully canceling.nofalse

no outputs