ci: changes the release candidate to 12 UTC (#33998)

pull/33981/head
Guilherme Gazzo 1 year ago committed by GitHub
parent 14d3425e46
commit 6ba73725c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/release-candidate.yml

@ -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

Loading…
Cancel
Save