From 727c9a4032a67280b00220a52a59f4c9a431303d Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 5 Dec 2021 17:03:53 +0100 Subject: [PATCH] Add stable-4 to nightly CI jobs; make stable-2 weekly. (#3852) --- .azure-pipelines/azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 9482b07c3d..71e2d938db 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -24,14 +24,15 @@ schedules: always: true branches: include: - - stable-2 - stable-3 + - stable-4 - cron: 0 11 * * 0 displayName: Weekly (old stable branches) always: true branches: include: - stable-1 + - stable-2 variables: - name: checkoutPath