fix(ci): allow canceling existing jobs

This commit is contained in:
Harsh Shandilya 2024-01-10 17:51:25 +05:30
parent 80be2aac8d
commit 653dbf736e
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@ on:
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
check: check:

View file

@ -11,6 +11,7 @@ on:
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: permissions:
contents: read contents: read