There was an error while loading. Please reload this page.
2 parents f966312 + f11dd56 commit cda48a6Copy full SHA for cda48a6
1 file changed
.github/workflows/cron-update-data.yml
@@ -2,7 +2,7 @@ name: "Cron: Update Data"
2
3
on:
4
schedule:
5
- - cron: "0 0 */3 * *" # Runs every 3 days at midnight UTC
+ - cron: "0 0 * * *" # Runs every day at midnight UTC
6
workflow_dispatch: # Allows manual triggering
7
8
jobs:
0 commit comments