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

View File

@@ -4,7 +4,7 @@ on:
push:
branches: [main]
schedule:
- cron: "*/90 * * * *"
- cron: "* */3 * * *"
workflow_dispatch:
jobs: