We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b9f27 commit 65de26fCopy full SHA for 65de26f
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 20 * *' # run at minute 28 to avoid the chance of delay due to high load on GH
+ - cron: '28 17 22 * *' # 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