Skip to content

Commit 5a503b4

Browse files
authored
chore: change cron schedule to run on the 23rd
1 parent 4b56c2e commit 5a503b4

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 22 * *' # run at minute 28 to avoid the chance of delay due to high load on GH
4+
- cron: '28 17 23 * *' # 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)