From 21d09cb975f02f1ec1227d5fce37423e202fcc62 Mon Sep 17 00:00:00 2001 From: Alan Ren Date: Thu, 30 Jul 2020 15:25:02 -0700 Subject: [PATCH] remove the scheduled run info from yml (#11562) --- build/azure-pipelines/sql-product-build.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build/azure-pipelines/sql-product-build.yml b/build/azure-pipelines/sql-product-build.yml index 31870a373b..783b4efe31 100644 --- a/build/azure-pipelines/sql-product-build.yml +++ b/build/azure-pipelines/sql-product-build.yml @@ -108,10 +108,3 @@ jobs: trigger: none pr: none - -schedules: -- cron: "0 5 * * Mon-Fri" - displayName: Mon-Fri at 5AM UTC - branches: - include: - - main