From 505a37fb0101afb5430ff41b0d515f51e70fa280 Mon Sep 17 00:00:00 2001 From: Moritz Kiefer Date: Tue, 7 Dec 2021 11:47:21 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20yaml=20again=20=E2=80=A6=20(#12004)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit changelog_begin changelog_end --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f0bd7977b4..be35d67547 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -154,7 +154,7 @@ jobs: dependsOn: [ "check_for_release", "Linux", "macOS", "Windows" ] condition: and(succeeded(), eq(dependencies.check_for_release.outputs['out.is_release'], 'true'), - eq(dependencies.check_for_release.outputs['out.split_release_process'], 'true') + eq(dependencies.check_for_release.outputs['out.split_release_process'], 'true'), eq(variables['Build.SourceBranchName'], 'main')) pool: name: 'ubuntu_20_04'