From a15516b6a57f5fadf03031090e93b931714ebdaf Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 28 Sep 2021 17:34:43 +0200 Subject: [PATCH] Run CI on stable branches only once per week. --- .azure-pipelines/azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 07664ae6..1bbd18e0 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -19,6 +19,11 @@ schedules: branches: include: - main + - cron: 0 12 * * 0 + displayName: Weekly (old stable branches) + always: true + branches: + include: - stable-* variables: