From be6ea346ef98ea36787369ec67ee522ba5fc2513 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 26 Jun 2019 11:37:15 +0200 Subject: Add weekly crontab on Sunday for azure devops --- azure-pipelines.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9d6b0951d27..b84df38f814 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,6 +4,14 @@ variables: MPC_ROOT: $(Build.SourcesDirectory)/ACE/MPC system.prefergit: true +schedules: +- cron: "0 7 * * SUN" + displayName: Weekly Sunday + branches: + include: + - master + always: true + resources: - repo: self fetchDepth: 1 -- cgit v1.2.1