Changed repos stats to run daily

This commit is contained in:
SwiftyOS
2023-09-20 16:46:03 +02:00
parent 4d629960bb
commit 7e65df3f39

View File

@@ -4,7 +4,7 @@ on:
schedule: schedule:
# Run this once per day, towards the end of the day for keeping the most # Run this once per day, towards the end of the day for keeping the most
# recent data point most meaningful (hours are interpreted in UTC). # recent data point most meaningful (hours are interpreted in UTC).
- cron: "*/90 * * * *" - cron: "0 23 * * *"
workflow_dispatch: # Allow for running this manually. workflow_dispatch: # Allow for running this manually.
jobs: jobs: