Skip to content

Commit 3d8dc6a

Browse files
committed
Adjust CI concurrency to keep main checks green
1 parent 9b5a060 commit 3d8dc6a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ permissions:
1111

1212
concurrency:
1313
group: ci-${{ github.workflow }}-${{ github.ref }}
14-
cancel-in-progress: true
14+
# Keep all main-branch runs so rapid pushes do not leave canceled (red) commit checks.
15+
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
1516

1617
env:
1718
# Opt into Node.js 24 for all actions (avoids Node 20 deprecation warnings).

0 commit comments

Comments
 (0)