From 8d37ea6e4bc3547dbdf82ae77e50e196ea1f409b Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 7 Nov 2022 10:53:26 -0800 Subject: [PATCH] Remove scheduled CI runs. The ansible-core 2.11 release has reached EOL with the release of ansible-core 2.14. --- .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 398a299b604..3627352c4e3 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