Skip to content

Commit d53dadb

Browse files
committed
[CI] Do not cancel an existing build for a scheduled run.
1 parent 56ada6c commit d53dadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
concurrency:
2121
group: slow-${{ github.workflow }}-${{ github.ref }}
22-
cancel-in-progress: true
22+
cancel-in-progress: ${{ github.event_name != 'schedule' }}
2323

2424
env:
2525
GRADLE_OPTS: '-Dorg.gradle.daemon=false -Dorg.gradle.java.installations.auto-detect=false -Dorg.gradle.warning.mode=fail'

0 commit comments

Comments
 (0)