From 24e7d079733ce8737f37f77c743f66feab0e6282 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 28 Sep 2021 17:34:30 +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 88429ac4..54f2ef75 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: