diff --git a/build/azure-pipelines/product-build.yml b/build/azure-pipelines/product-build.yml index ddaabdcdc724b62c06e17a010d6919caafc092dc..666cfa07ca914bbcf438cf2484a26ba0e5a49b40 100644 --- a/build/azure-pipelines/product-build.yml +++ b/build/azure-pipelines/product-build.yml @@ -129,9 +129,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