diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 504c7dfaca4..ab9af0347da 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -1,7 +1,7 @@ name: Release candidate cut on: schedule: - - cron: '28 17 20 * *' # run at minute 28 to avoid the chance of delay due to high load on GH + - cron: '28 17 21 * *' # run at minute 28 to avoid the chance of delay due to high load on GH jobs: new-release: runs-on: ubuntu-24.04