change pipeline schedules
This commit is contained in:
parent
61c90e71a1
commit
724a8ff600
|
@ -3,7 +3,7 @@ name: Pull upstream commits
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 3 * * 7"
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
jobs:
|
||||
sync_upstream:
|
||||
|
|
|
@ -2,7 +2,7 @@ name: Renovate
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "* */8 * * *"
|
||||
- cron: "0 * * * *"
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
|
|
Loading…
Reference in New Issue