Skip to content

Commit 110f207

Browse files
committed
Remove cancel in progress from pre-commit workflows
1 parent 1dc12f5 commit 110f207

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/pre-commit-manual.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ permissions:
2424

2525
concurrency:
2626
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
27-
cancel-in-progress: true
2827

2928
jobs:
3029
run:

.github/workflows/pre-commit.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ permissions:
2424

2525
concurrency:
2626
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
27-
cancel-in-progress: true
2827

2928
jobs:
3029
pre-commit:

0 commit comments

Comments
 (0)