From e7d86f5add7670c3a5619a4c8ac99cc932f0bb06 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 1 Nov 2023 08:10:16 +0100 Subject: [PATCH] Main branches are stable-8 and stable-7; stable-6 runs more seldomly in CI. (cherry picked from commit 6d0bcec1cb579ce7244b3042177d44ca1abd9573) --- .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 a09caae362..4531f46068 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -29,14 +29,14 @@ schedules: always: true branches: include: + - stable-8 - stable-7 - - stable-6 - cron: 0 11 * * 0 displayName: Weekly (old stable branches) always: true branches: include: - - stable-5 + - stable-6 variables: - name: checkoutPath