Skip to content

Commit 411f130

Browse files
authored
Change cron schedule to run on the 20th
1 parent fd9d32d commit 411f130

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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 17 23 * *' # 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)