From ebe214074e9cf3da78859722e86a1b5691fac5e6 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 8 May 2023 21:40:50 +0200 Subject: [PATCH] Remove stable-4 from CI cron; add stable-7 instead. (cherry picked from commit 97085611312c98564359e778017ea16689c1baf4) --- .azure-pipelines/azure-pipelines.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index c4c43bb977..17f345ab93 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -29,13 +29,14 @@ schedules: always: true branches: include: - - stable-5 + - stable-7 + - stable-6 - cron: 0 11 * * 0 displayName: Weekly (old stable branches) always: true branches: include: - - stable-4 + - stable-5 variables: - name: checkoutPath