actions-marketplace-validations/Auto Cancel Redundant Workflow

GitHub Actions to automatically cancel redundant workflow.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit May 15, 2021
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/technote-space_auto-cancel-redundant-workflow@c89c89c33ee20adf2b472027a3918515338e0b9e # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
GITHUB_TOKENSecret GitHub API token to use for making API requests.yes${{ github.token }}
TARGET_RUN_IDTarget run idyes${{ github.run_id }}
EXCLUDE_MERGEDWhether to exclude merge push.nofalse
MERGE_MESSAGE_PREFIXPrefix to detect merge message.noMerge pull request
EXCLUDE_TAG_PUSHWhether to exclude tag push.notrue
CONSIDER_RE_RUNWhether to consider re-run. (Just a simple check of updated_at)nofalse
INTERVAL_MSInterval millisecondsno

no outputs