From 38e87072aebd45c452a01f9ad546ee7b28c99628 Mon Sep 17 00:00:00 2001 From: Ulrich Huber Date: Wed, 12 Jun 2019 22:31:50 -0400 Subject: [PATCH] Only trigger Release if scheduled or manually triggerd --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dce8a483..db3ff96c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -32,6 +32,7 @@ stages: displayName: 'Run tests' - stage: Release + condition: or(eq(variables['Build.Reason'], 'Schedule'), eq(variables['Build.Reason'], 'Manual')) jobs: - job: Linux pool: