From 09d8b2bb77db0cd7ab1f5fd77b3eb7a12e3a1654 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 2 Nov 2025 14:04:32 +0100 Subject: [PATCH] Adjust CI schedules: remove stable-9, move stable-10 to weekly. --- .azure-pipelines/azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index e9bfa6f8e4..168a30f491 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -30,13 +30,12 @@ schedules: branches: include: - stable-11 - - stable-10 - cron: 0 11 * * 0 displayName: Weekly (old stable branches) always: true branches: include: - - stable-9 + - stable-10 variables: - name: checkoutPath