From acb45791f56b56ccf152b886ee468834a1f5fa83 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 14 Nov 2025 11:05:41 -0800 Subject: [PATCH] Remove scheduled runs (#86200) Scheduled runs are no longer needed now that ansible-core 2.17 is EOL. --- .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 73896bcbb42..f9c2db8168a 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