From 4df716bf1a8ec6252eeb070910f9e009c2b083b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ezequiel=20P=C3=A1ssaro?= Date: Sun, 2 Feb 2020 18:56:05 -0300 Subject: [PATCH] Set cron job, disable CI and PR (#1021) --- azure-pipelines/release-version.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/azure-pipelines/release-version.yml b/azure-pipelines/release-version.yml index db29d4f5c92..e85a73fa8e5 100644 --- a/azure-pipelines/release-version.yml +++ b/azure-pipelines/release-version.yml @@ -3,11 +3,15 @@ # Add steps that build, run tests, deploy, and more: # https://aka.ms/yaml -trigger: - batch: true - branches: - include: - - master +trigger: none +pr: none +schedules: + - cron: "30 22 * * 0" + displayName: Weekly Sunday build + branches: + include: + - master + always: true variables: system.debug: "true"