Remove cancel in progress from pre-commit workflows

This commit is contained in:
John Bampton 2026-03-31 18:51:58 +10:00
parent 1dc12f5b92
commit 110f207354
2 changed files with 0 additions and 2 deletions

View File

@ -24,7 +24,6 @@ permissions:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
run:

View File

@ -24,7 +24,6 @@ permissions:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
pre-commit: