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: