Change cronjob to once a week

Sync less regularly since upstream repo is updated seldom
This commit is contained in:
2025-11-11 15:41:32 +01:00
parent 1d1cbc83f5
commit 1fcada4536
+1 -1
View File
@@ -2,7 +2,7 @@ name: Sync Upstream (12h)
on:
schedule:
- cron: "0 */12 * * *"
- cron: "0 0 * * 0"
workflow_dispatch:
jobs: