From 5cfdbd83151edd000e79edf550f0c5bc54aebd19 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 22 Aug 2023 14:28:03 -0700 Subject: [PATCH] Disable nightly CI runs (#81563) --- .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 ea43e63d3b1..3fa70a8833a 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