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 949dbdf commit b680736Copy full SHA for b680736
.github/workflows/ci.yaml
@@ -32,7 +32,7 @@ on:
32
# - terminate previous on-push CI run after merging new PR to main
33
concurrency:
34
group: ${{ github.workflow }}-${{ github.ref }}
35
- cancel-in-progress: true
+ cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
36
37
env:
38
DOTTY_CI_RUN: true
0 commit comments