Skip to content

Commit

Permalink
Merge pull request #1016 from jordancarlin/main
Browse files Browse the repository at this point in the history
Fix installation CI timezone
  • Loading branch information
rosethompson authored Oct 16, 2024
2 parents 2a54921 + df86ecf commit ce24caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ce24caa

Please sign in to comment.