Change cronjob to once a week
Sync less regularly since upstream repo is updated seldom
This commit is contained in:
@@ -2,7 +2,7 @@ name: Sync Upstream (12h)
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 */12 * * *"
|
||||
- cron: "0 0 * * 0"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user