ci: reduce sync frequency from every 6h to weekly (Sunday 00:00)
This commit is contained in:
parent
0b66872d6b
commit
736e773362
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sync-upstream.yml
vendored
2
.github/workflows/sync-upstream.yml
vendored
|
|
@ -6,7 +6,7 @@ permissions:
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 */6 * * *"
|
||||
- cron: "0 0 * * 0"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue