Skip to content

Commit

Permalink
update cron to run at midnight pst
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Jan 31, 2024
1 parent d15b482 commit f610efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Umm V Auto Sync
# Controls when the workflow will run
on:
schedule:
- cron: '0 0 * * *' # Set the cron schedule for nightly build (UTC time)
- cron: '0 8 * * *' # Set the cron schedule for midnight PST
branches:
- main
workflow_dispatch:
Expand Down

0 comments on commit f610efe

Please sign in to comment.