Fix installation CI timezone

This commit is contained in:
Jordan Carlin 2024-10-15 22:01:28 -07:00
parent ffee13625b
commit df86ecf128
No known key found for this signature in database

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: