From f48afbca43d37345d33b01ea14f7ada9c2cf9a30 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Wed, 5 Feb 2025 11:32:00 +0100 Subject: [PATCH] ci(azure-pipelines): only run release stage under forceRelease || tag condition [skip ci] --- azure-pipelines.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 5852b40d8..0161c5800 100755 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -81,6 +81,7 @@ stages: - compile - stage: release + condition: or(eq(variables.forceRelease, true), startsWith(variables['Build.SourceBranch'], 'refs/tags/')) dependsOn: - backend jobs: