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 f992321 commit 74afecfCopy full SHA for 74afecf
.github/workflows/build.yml
@@ -10,7 +10,7 @@ on:
10
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
13
- cancel-in-progress: ${{ github.ref != 'refs/heads/master' && github.event_name != 'merge_group' }}
+ cancel-in-progress: true
14
15
defaults:
16
run:
0 commit comments