From df86ecf128cecb8cb31771de9bed75560d30abc1 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Tue, 15 Oct 2024 22:01:28 -0700 Subject: [PATCH] Fix installation CI timezone --- .github/workflows/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index c0e1d6506..dfa449526 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -20,7 +20,7 @@ on: - 'bin/wally-distro-check.sh' - 'wally-package-install.sh' schedule: - - cron: "0 0 * * 3" # Run at 12:00 AM on Wednesdays + - cron: "0 7 * * 3" # Run at 12:00 AM Pacific Time on Wednesdays # Use bash shell with extra GitHub Actions options for all jobs defaults: