Skip to content

Commit

Permalink
chore(update.yml): update cron schedule to run the workflow every day…
Browse files Browse the repository at this point in the history
… instead of every two hours for more frequent updates
  • Loading branch information
ryo-ma committed Feb 17, 2024
1 parent c90e14c commit 1e36730
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 @@ -8,7 +8,7 @@ on:
push:
branches: [ main ]
schedule:
- cron: "0 */2 * * *"
- cron: "0 0 * * *"

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit 1e36730

Please sign in to comment.