From cd116120ad5c735a79f8609778b8a6c2e84d69cb Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 26 Apr 2021 18:43:14 +0200 Subject: [PATCH] Run CI for old branches only once per week. --- .azure-pipelines/azure-pipelines.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 8c0804ab31..a479a33ba8 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -19,7 +19,14 @@ schedules: branches: include: - main - - stable-* + - stable-2 + - stable-3 + - cron: 0 8 * * 0 + displayName: Weekly (old branches) + always: true + branches: + include: + - stable-1 variables: - name: checkoutPath