Skip to content

Commit 1f904ff

Browse files
committed
chore(ci): do not cancel in progress tasks on the main branch
1 parent 0528b7c commit 1f904ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616

1717
concurrency:
1818
group: ${{ github.workflow }}-${{ github.ref }}
19-
cancel-in-progress: true
19+
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
2020

2121
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2222
jobs:

0 commit comments

Comments
 (0)