Skip to content

Commit

Permalink
ci: changes the release candidate to 12 UTC (#33998)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo authored Nov 19, 2024
1 parent 14d3425 commit 6ba7372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Release candidate cut
on:
schedule:
- cron: '28 0 20 * *' # run at minute 28 to avoid the chance of delay due to high load on GH
- cron: '28 12 20 * *' # run at minute 28 to avoid the chance of delay due to high load on GH
jobs:
new-release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6ba7372

Please sign in to comment.