We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8462db commit 2ff9a57Copy full SHA for 2ff9a57
.github/workflows/macOS.yml
@@ -22,7 +22,7 @@ on:
22
23
concurrency:
24
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
25
- cancel-in-progress: true
+ cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
26
27
jobs:
28
osx:
.github/workflows/windows.yml
windows:
0 commit comments