diff --git a/build/azure-pipelines/product-build.yml b/build/azure-pipelines/product-build.yml index 77f9e5b47812b2c820b349429dd2c0518cc1a202..3b4b01bc96ef6cdb18dfaffc34908eeeb39e4e3c 100644 --- a/build/azure-pipelines/product-build.yml +++ b/build/azure-pipelines/product-build.yml @@ -114,9 +114,9 @@ jobs: steps: - template: sync-mooncake.yml -schedules: -- cron: "0 6 * * Mon-Fri" - displayName: Mon-Fri at 6:00 - branches: - include: - - master \ No newline at end of file +# schedules: +# - cron: "0 6 * * Mon-Fri" +# displayName: Mon-Fri at 6:00 +# branches: +# include: +# - master \ No newline at end of file