Skip to content

Commit 7ddf710

Browse files
authored
Move release candidate cut to later by 5 hours
1 parent ae6b57a commit 7ddf710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-candidate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release candidate cut
22
on:
33
schedule:
4-
- cron: '28 12 20 * *' # run at minute 28 to avoid the chance of delay due to high load on GH
4+
- cron: '28 17 20 * *' # run at minute 28 to avoid the chance of delay due to high load on GH
55
jobs:
66
new-release:
77
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)