From 6d0bcec1cb579ce7244b3042177d44ca1abd9573 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. --- .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 f19d535357..5d8445666b 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