From 6ba73725c2589f7716dcb94a1b7cbd85cdcf529a Mon Sep 17 00:00:00 2001 From: Guilherme Gazzo Date: Tue, 19 Nov 2024 15:32:10 -0300 Subject: [PATCH] ci: changes the release candidate to 12 UTC (#33998) --- .github/workflows/release-candidate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index d2d22a3fc6c5..506f4cc1e5dd 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 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