From 54f36207ad3cc58b9ebc836df69a26ec5be16fca Mon Sep 17 00:00:00 2001 From: IsraelleHub <145595240+IsraelleHub@users.noreply.github.com> Date: Tue, 17 Sep 2024 10:03:20 -0500 Subject: [PATCH 1/2] changed go live time --- .github/workflows/go_live.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go_live.yml b/.github/workflows/go_live.yml index 76273d36c94..9cd28ce127c 100644 --- a/.github/workflows/go_live.yml +++ b/.github/workflows/go_live.yml @@ -4,9 +4,9 @@ name: '[Release] Go Live' on: workflow_dispatch: - # Tuesdays 14:00 UTC, 10AM ET, 7AM PT + # Tuesdays 12:00 UTC, 8AM ET, 5AM PT schedule: - - cron: '0 14 * * 2' + - cron: '0 12 * * 2' jobs: get_workflow_environment: From f4e5023620a4e2f45fbd7471bae3a564a05aea61 Mon Sep 17 00:00:00 2001 From: Charnelle <145595240+IsraelleHub@users.noreply.github.com> Date: Wed, 18 Sep 2024 12:36:05 -0500 Subject: [PATCH 2/2] fix whitespace and ready for review --- .github/workflows/go_live.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go_live.yml b/.github/workflows/go_live.yml index 9cd28ce127c..5c6226e7eb9 100644 --- a/.github/workflows/go_live.yml +++ b/.github/workflows/go_live.yml @@ -48,4 +48,4 @@ jobs: secrets: inherit with: lane: release - ref: main + ref: main \ No newline at end of file