We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae6b57a commit 7ddf710Copy full SHA for 7ddf710
.github/workflows/release-candidate.yml
@@ -1,7 +1,7 @@
1
name: Release candidate cut
2
on:
3
schedule:
4
- - cron: '28 12 20 * *' # run at minute 28 to avoid the chance of delay due to high load on GH
+ - cron: '28 17 20 * *' # run at minute 28 to avoid the chance of delay due to high load on GH
5
jobs:
6
new-release:
7
runs-on: ubuntu-24.04
0 commit comments