Skip to content

Commit 324907b

Browse files
committed
Do not cancel in-progress group
1 parent cb15bf5 commit 324907b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
concurrency:
2020
# Avoid duplicate runs on the same ref
2121
group: ${{ github.workflow }}-${{ github.ref }}
22-
cancel-in-progress: true
22+
cancel-in-progress: false
2323

2424
strategy:
2525
fail-fast: false

0 commit comments

Comments
 (0)