From 1588601503a0dc6a92972fd9946d924d5eb1747a Mon Sep 17 00:00:00 2001 From: Shany Pozin Date: Mon, 30 Oct 2023 23:10:24 +0200 Subject: [PATCH] Move release PR creation to Friday (#5721) Prepare for a new release workflow * Release PR is created on Fridays * The discussion/approval happens during Friday * Sunday morning the deployment will be done in central-il and perf tests will be run * On Monday early IST morning gradually start rolling (starting from US regions as they are still in weekend time) See slack for discussion: https://neondb.slack.com/archives/C04P81J55LK/p1698565305607839?thread_ts=1698428241.031979&cid=C04P81J55LK --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 36af98f96e..3d6fc75e08 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: Create Release Branch on: schedule: - - cron: '0 7 * * 2' + - cron: '0 7 * * 5' workflow_dispatch: jobs: