Skip to content

Commit 65de26f

Browse files
authored
chore: Change release candidate cron schedule to 22nd
1 parent e8b9f27 commit 65de26f

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