Skip to content

Commit b680736

Browse files
Don't cancel in progress CI runs on main
Co-authored-by: Tomasz Godzik <[email protected]>
1 parent 949dbdf commit b680736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
# - terminate previous on-push CI run after merging new PR to main
3333
concurrency:
3434
group: ${{ github.workflow }}-${{ github.ref }}
35-
cancel-in-progress: true
35+
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
3636

3737
env:
3838
DOTTY_CI_RUN: true

0 commit comments

Comments
 (0)