From c51437ee8c11d94b3fd36e9a91bbc8182688577f Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Wed, 5 Jun 2024 17:26:18 -0700 Subject: [PATCH] Remove scheduled runs (#83374) --- .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 9e508329513..751852584aa 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