We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b5a060 commit 3d8dc6aCopy full SHA for 3d8dc6a
1 file changed
.github/workflows/ci.yml
@@ -11,7 +11,8 @@ permissions:
11
12
concurrency:
13
group: ci-${{ github.workflow }}-${{ github.ref }}
14
- cancel-in-progress: true
+ # Keep all main-branch runs so rapid pushes do not leave canceled (red) commit checks.
15
+ cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
16
17
env:
18
# Opt into Node.js 24 for all actions (avoids Node 20 deprecation warnings).
0 commit comments