Skip to content

Commit

Permalink
Merge pull request #12 from thunderbird/update_cron
Browse files Browse the repository at this point in the history
Change update workflow schedule to later in the day.
  • Loading branch information
jfx2006 authored Jul 10, 2024
2 parents 0da3e69 + 3cb3a0b commit bf41f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Update

on:
schedule:
- cron: "07 4 * * *"
- cron: "07 12 * * *"
workflow_dispatch:

permissions:
Expand Down

0 comments on commit bf41f6e

Please sign in to comment.