Edited the cron to run every 90mins

This commit is contained in:
SwiftyOS
2023-09-20 13:23:35 +02:00
parent 6dcee70eab
commit 55bcb99e91

View File

@@ -4,7 +4,7 @@ on:
schedule:
# 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).
- cron: "0 23 * * *"
- cron: "*/90 * * * *"
workflow_dispatch: # Allow for running this manually.
jobs: