From 5fbe946c3a68557e15ac4f0acf4508ced250abde Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 30 Apr 2021 22:13:46 +0200 Subject: [PATCH] Spread nightly runs out. (#2387) --- .azure-pipelines/azure-pipelines.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index a479a33ba8..d4153d9796 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -14,15 +14,20 @@ pr: schedules: - cron: 0 8 * * * - displayName: Nightly + displayName: Nightly (main) always: true branches: include: - main + - cron: 0 10 * * * + displayName: Nightly (active stable branches) + always: true + branches: + include: - stable-2 - stable-3 - - cron: 0 8 * * 0 - displayName: Weekly (old branches) + - cron: 0 11 * * 0 + displayName: Weekly (old stable branches) always: true branches: include: