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.
2 parents a0707de + c9cb3a2 commit ee4495dCopy full SHA for ee4495d
.github/workflows/tests.yml
@@ -11,7 +11,7 @@ on:
11
12
concurrency:
13
group: scheduled-${{ github.ref }}-${{ github.event_name }}
14
- cancel-in-progress: true
+ cancel-in-progress: ${{ github.event_name == 'pull_request' }}
15
16
jobs:
17
generate-cask:
0 commit comments