From c89e95163fb1dceddf7abbefbb2e008aab9bef3c Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Wed, 6 Nov 2024 10:52:25 -0800 Subject: [PATCH] Remove scheduled CI runs (#84271) The ansible-core 2.15 branch is EOL now that ansible-core 2.18 has been released. --- .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 bf3f8bf4a51..c1721a16e7e 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