Run CI for old branches only once per week.
parent
9931cdc1e7
commit
cd116120ad
|
@ -19,7 +19,14 @@ schedules:
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
- main
|
- main
|
||||||
- stable-*
|
- stable-2
|
||||||
|
- stable-3
|
||||||
|
- cron: 0 8 * * 0
|
||||||
|
displayName: Weekly (old branches)
|
||||||
|
always: true
|
||||||
|
branches:
|
||||||
|
include:
|
||||||
|
- stable-1
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- name: checkoutPath
|
- name: checkoutPath
|
||||||
|
|
Loading…
Reference in New Issue