We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9d32d commit 411f130Copy full SHA for 411f130
1 file changed
.github/workflows/release-candidate.yml
@@ -1,7 +1,7 @@
1
name: Release candidate cut
2
on:
3
schedule:
4
- - cron: '28 17 23 * *' # 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