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