From ff2b016c66f18d5d80cb4dd53fa1214cca345731 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 6 Nov 2022 12:52:45 +0100 Subject: [PATCH] Drop stable-3 from weekly CI; migrate stable-4 from nightly to weekly. (cherry picked from commit 90ac53d150aabb4301f5e6dde29188d80a70e0be) --- .azure-pipelines/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 358d4541d4..5e9106936d 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -24,13 +24,13 @@ schedules: always: true branches: include: - - stable-4 + - stable-5 - cron: 0 11 * * 0 displayName: Weekly (old stable branches) always: true branches: include: - - stable-3 + - stable-4 variables: - name: checkoutPath