From 2ed03d7fb60a32725d4f9d063a3d562b5dbc78a1 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 2 May 2021 13:35:10 +0200 Subject: [PATCH] Copy schedule to stable branches. --- .azure-pipelines/azure-pipelines.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 61b735b316..13b044957c 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -14,12 +14,24 @@ pr: schedules: - cron: 0 8 * * * - displayName: Nightly + displayName: Nightly (main) always: true branches: include: - main - - stable-* + - cron: 0 10 * * * + displayName: Nightly (active stable branches) + always: true + branches: + include: + - stable-2 + - stable-3 + - cron: 0 11 * * 0 + displayName: Weekly (old stable branches) + always: true + branches: + include: + - stable-1 variables: - name: checkoutPath