Drop stable-3 from weekly CI; migrate stable-4 from nightly to weekly.

(cherry picked from commit 90ac53d150)
pull/5527/head
Felix Fontein 2022-11-06 12:52:45 +01:00
parent 44e522d311
commit ff2b016c66
1 changed files with 2 additions and 2 deletions

View File

@ -24,13 +24,13 @@ schedules:
always: true always: true
branches: branches:
include: include:
- stable-4 - stable-5
- 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-3 - stable-4
variables: variables:
- name: checkoutPath - name: checkoutPath