From 9ebb5b270a87c9bd0c7b77a1a680ba1ae5363fad Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 4 Nov 2024 19:23:07 +0100 Subject: [PATCH] Adjust nightly CI schedules. (cherry picked from commit e13d6de2508cc0601d1b7dbb4b51a3b7d50c3c20) --- .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 97f76b3ba9..fe8624872a 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -29,14 +29,14 @@ schedules: always: true branches: include: + - stable-10 - stable-9 - - stable-8 - cron: 0 11 * * 0 displayName: Weekly (old stable branches) always: true branches: include: - - stable-7 + - stable-8 variables: - name: checkoutPath