From e547e202b92b5d2de8edf9ebbc97c84eec54eb17 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 15 May 2023 10:52:31 -0700 Subject: [PATCH] Remove scheduled runs The ansible-core 2.12 release has reached EOL with the release of ansible-core 2.15. --- .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 397a36b70a0..adb74f05e2a 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