Skip to content

Commit 298be9b

Browse files
authored
Remove cancel in progress
Testing that this works is way harder when any single failure in one of the jobs cancels everything else.
1 parent 7c66de1 commit 298be9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111

1212
concurrency:
1313
group: test-${{ github.ref_name }}
14-
cancel-in-progress: ${{ github.ref_name != 'main' }}
1514

1615
permissions:
1716
contents: read

0 commit comments

Comments
 (0)