From f50c111f0645f6c46fe870bde597af6efedecbeb Mon Sep 17 00:00:00 2001 From: Alan Ren Date: Sun, 5 Jul 2020 10:53:14 -0700 Subject: [PATCH] remove the scheduled runs --- 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 53fd68247f..b54b9abf08 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