Cancel All Previous Workflow Runs
ActionsA Github action that cancels all previous workflows for older commits in its branch (not workflow specific)
v5.1
LatestTags
(2)A Github action that cancels all previous workflows for older commits in its branch
name: Cancel
on: push
jobs:
cancel:
name: Cancel Previous Runs
runs-on: ubuntu-latest
steps:
- name: cancel running workflows
uses: everphone-gmbh/cancel-previous-workflows@v5
env:
GITHUB_TOKEN: ${{ github.token }}
Cancel All Previous Workflow Runs is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.