From de8274c360077c2ea9531ee6941e7e8789a60332 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sun, 5 Dec 2021 17:40:47 +0100 Subject: [PATCH] Add stable-4 to nightly CI jobs; make stable-2 weekly. (#3852) (#3855) (cherry picked from commit 727c9a4032a67280b00220a52a59f4c9a431303d) Co-authored-by: Felix Fontein --- .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 1d7090435c..ad49733bd6 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