From 019a29748de7fb1a3b6ab1065431fe3bf4bf510b Mon Sep 17 00:00:00 2001 From: Folke Behrens Date: Wed, 19 Mar 2025 16:45:29 +0000 Subject: [PATCH] proxy: Move release PR creation to Tuesday (#11306) Move the creation of the proxy release PR to Tuesday mornings. --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a88ddecd0a..4068eafb95 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Create Release Branch on: schedule: # It should be kept in sync with if-condition in jobs - - cron: '0 6 * * THU' # Proxy release + - cron: '0 6 * * TUE' # Proxy release - cron: '0 6 * * FRI' # Storage release - cron: '0 7 * * FRI' # Compute release workflow_dispatch: @@ -43,7 +43,7 @@ jobs: ci-access-token: ${{ secrets.CI_ACCESS_TOKEN }} create-proxy-release-branch: - if: ${{ github.event.schedule == '0 6 * * THU' || inputs.create-proxy-release-branch }} + if: ${{ github.event.schedule == '0 6 * * TUE' || inputs.create-proxy-release-branch }} permissions: contents: write