From 109cf5d3d74c56fb67e22cda3468ca3b92d3ea32 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 11 Apr 2022 17:19:00 -0700 Subject: [PATCH] Remove scheduled CI runs. The 2.10 release reaches EOL next month, so scheduled runs are being removed to free up CI resources. --- .azure-pipelines/azure-pipelines.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index bfe2914ff1e..6f9625c5eec 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -12,15 +12,6 @@ pr: - devel - stable-* -schedules: - - cron: 0 7 * * * - displayName: Nightly - always: true - branches: - include: - - devel - - stable-* - variables: - name: checkoutPath value: ansible