Skip to content

Commit cda48a6

Browse files
authored
Merge pull request #3 from smol-ninja/main
ci: update cron schedule to run daily
2 parents f966312 + f11dd56 commit cda48a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cron-update-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Cron: Update Data"
22

33
on:
44
schedule:
5-
- cron: "0 0 */3 * *" # Runs every 3 days at midnight UTC
5+
- cron: "0 0 * * *" # Runs every day at midnight UTC
66
workflow_dispatch: # Allows manual triggering
77

88
jobs:

0 commit comments

Comments
 (0)