From 6fb0c87f9c9293415f112447c36fb89f78d4a9ac Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Mon, 8 Jul 2019 16:47:30 +0200 Subject: [PATCH] build - enable schedules again --- build/azure-pipelines/product-build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build/azure-pipelines/product-build.yml b/build/azure-pipelines/product-build.yml index ddaabdcdc72..666cfa07ca9 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 -- GitLab