Skip to content

Commit

Permalink
update script: make it run every 24h
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterTheOne committed Aug 30, 2023
1 parent 702519f commit 8902543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update Data

on:
schedule:
- cron: '0 * * * *' # Run every hour
- cron: '0 0 * * *' # Run every 24 hours at midnight
push:
branches:
- master # Replace with the branch you want
Expand Down

0 comments on commit 8902543

Please sign in to comment.