Remove stable-1 and stable-2 from CI, demote stable-3 to weekly CI runs.
parent
00abaf6f80
commit
97c01174a2
|
@ -24,15 +24,13 @@ schedules:
|
||||||
always: true
|
always: true
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
- stable-3
|
|
||||||
- stable-4
|
- stable-4
|
||||||
- cron: 0 11 * * 0
|
- cron: 0 11 * * 0
|
||||||
displayName: Weekly (old stable branches)
|
displayName: Weekly (old stable branches)
|
||||||
always: true
|
always: true
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
- stable-1
|
- stable-3
|
||||||
- stable-2
|
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
- name: checkoutPath
|
- name: checkoutPath
|
||||||
|
|
Loading…
Reference in New Issue