actions-marketplace-validations/Auto Cancel Redundant Workflow
GitHub Actions to automatically cancel redundant workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 15, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/technote-space_auto-cancel-redundant-workflow@c89c89c33ee20adf2b472027a3918515338e0b9e # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | Secret GitHub API token to use for making API requests. | yes | ${{ github.token }} |
| TARGET_RUN_ID | Target run id | yes | ${{ github.run_id }} |
| EXCLUDE_MERGED | Whether to exclude merge push. | no | false |
| MERGE_MESSAGE_PREFIX | Prefix to detect merge message. | no | Merge pull request |
| EXCLUDE_TAG_PUSH | Whether to exclude tag push. | no | true |
| CONSIDER_RE_RUN | Whether to consider re-run. (Just a simple check of updated_at) | no | false |
| INTERVAL_MS | Interval milliseconds | no | — |
Outputs
no outputs