Skip to content

Commit 1021236

Browse files
committed
Don't cancelk concurrent CI runs
1 parent 56a1007 commit 1021236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
12-
cancel-in-progress: true
12+
# cancel-in-progress: true
1313

1414
jobs:
1515
build:

0 commit comments

Comments
 (0)