From a218a02a8ab6799ec176ea620996cc3ab877e8dd Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 1 Jun 2026 20:26:50 +0200 Subject: [PATCH] Forgot to update schedules. (cherry picked from commit bb710480b15a6bfde4068d3372b4fc28eac2f005) --- .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 41668edc6f..8614bf233e 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -29,14 +29,14 @@ schedules: always: true branches: include: + - stable-13 - stable-12 - - stable-11 - cron: 0 11 * * 0 displayName: Weekly (old stable branches) always: true branches: include: - - stable-10 + - stable-11 variables: - name: checkoutPath