mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-23 13:27:16 -04:00
Merge pull request #1016 from jordancarlin/main
Fix installation CI timezone
This commit is contained in:
commit
ce24caaee2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/install.yml
vendored
2
.github/workflows/install.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue