Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Cancelling Duplicates #40

Cancelling Duplicates

Cancelling Duplicates #40

Workflow file for this run

name: Cancelling Duplicates
on:
workflow_run:
workflows: ['CI', 'Helm']
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: duplicates
token: ${{ secrets.GITHUB_TOKEN }}
sourceRunId: ${{ github.event.workflow_run.id }}