From 8ba3b16f920f5731c7fccd3a77eae98c479a25e6 Mon Sep 17 00:00:00 2001 From: Morty Space <43354956+mortyspace@users.noreply.github.com> Date: Sat, 7 Nov 2020 22:32:28 +0000 Subject: [PATCH] Added scheduled run --- azure-pipelines.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fad5748..562dbd3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,6 +1,14 @@ trigger: - master +schedules: +- cron: "0 0 * * *" + displayName: Daily test run + branches: + include: + - master + always: true + variables: - name: CRYPTOCOM_API_KEY value: BNJaaRNj6i3PWxWgTi9hLK