Skip to content

Commit

Permalink
change back to midnight cron schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Feb 1, 2024
1 parent 75f18f1 commit 65050c6
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 22 * * *' # Set the cron schedule for midnight PST
- cron: '0 8 * * *' # Set the cron schedule for midnight PST
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 65050c6

Please sign in to comment.