We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56ada6c commit d53dadbCopy full SHA for d53dadb
.github/workflows/slow.yml
@@ -19,7 +19,7 @@ on:
19
20
concurrency:
21
group: slow-${{ github.workflow }}-${{ github.ref }}
22
- cancel-in-progress: true
+ cancel-in-progress: ${{ github.event_name != 'schedule' }}
23
24
env:
25
GRADLE_OPTS: '-Dorg.gradle.daemon=false -Dorg.gradle.java.installations.auto-detect=false -Dorg.gradle.warning.mode=fail'
0 commit comments