Skip to content

Commit 38a7664

Browse files
gojimmypidanielinux
authored andcommitted
Do not cancel in-progress group
1 parent 0405259 commit 38a7664

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)