Update cron schedule to run every 3 hours

This commit is contained in:
svemagie
2026-03-16 10:54:50 +01:00
committed by GitHub
parent 46d99170d4
commit aaed5e70a1
+1 -1
View File
@@ -4,7 +4,7 @@ on:
push: push:
branches: [main] branches: [main]
schedule: schedule:
- cron: "*/90 * * * *" - cron: "* */3 * * *"
workflow_dispatch: workflow_dispatch:
jobs: jobs: