Merge pull request #1016 from jordancarlin/main

Fix installation CI timezone
This commit is contained in:
Rose Thompson 2024-10-16 00:03:16 -05:00 committed by GitHub
commit ce24caaee2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: