From 4976685a6a2ff1a58e98691d7db8d5eadebfb904 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Wed, 1 Nov 2023 17:07:00 -0700 Subject: [PATCH] Remove scheduled CI runs The ansible-core 2.13 release will be EOL next week with the release of ansible-core 2.16. --- .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 dd96cbfab8a..93c62f9edae 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