We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f2e3f5 commit 398cf51Copy full SHA for 398cf51
1 file changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ permissions:
13
14
concurrency:
15
group: test-action
16
- cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
+ cancel-in-progress: ${{ github.ref == 'refs/heads/main' }}
17
18
jobs:
19
test-vitest:
0 commit comments