From 49d84e7b977c88d9510d98659afce6fa473c05d5 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 16 Jun 2025 20:11:31 +0200 Subject: [PATCH] Update CI schedule. --- .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 06a87dda57..fb6d415745 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -29,14 +29,14 @@ schedules: always: true branches: include: + - stable-11 - stable-10 - - stable-9 - cron: 0 11 * * 0 displayName: Weekly (old stable branches) always: true branches: include: - - stable-8 + - stable-9 variables: - name: checkoutPath