From 97c01174a2f79a25416cfba1113557fbda26e634 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 16 May 2022 12:35:01 +0200 Subject: [PATCH] Remove stable-1 and stable-2 from CI, demote stable-3 to weekly CI runs. --- .azure-pipelines/azure-pipelines.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index dbdcdd6d51..34ff29a215 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -24,15 +24,13 @@ schedules: always: true branches: include: - - stable-3 - stable-4 - cron: 0 11 * * 0 displayName: Weekly (old stable branches) always: true branches: include: - - stable-1 - - stable-2 + - stable-3 variables: - name: checkoutPath