Skip to content

Cancelling Duplicates #1026

Cancelling Duplicates

Cancelling Duplicates #1026

Workflow file for this run

name: Cancelling Duplicates
on:
workflow_run:
workflows:
- "Deploy"
- "Check Linting"
- "Tests"
types: ["requested"]
jobs:
cancel-duplicate-workflow-runs:
name: "Cancel duplicate workflow runs"
runs-on: ubuntu-latest
steps:
- uses: potiuk/cancel-workflow-runs@master
name: "Cancel duplicate workflow runs"
with:
cancelMode: allDuplicates
token: ${{ secrets.GITHUB_TOKEN }}
sourceRunId: ${{ github.event.workflow_run.id }}