Skip to content

Commit 9e75389

Browse files
authored
Merge pull request #22412 from unoplatform/dev/sb/health-check-stable
2 parents a78a8d7 + 21a7783 commit 9e75389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci/setup/.azure-devops-master-health.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ stages:
66
displayName: Validate Master Health
77
dependsOn:
88
- Setup
9-
condition: eq(variables['Build.Reason'], 'PullRequest')
9+
condition: and(eq(variables['Build.Reason'], 'PullRequest'), not(startsWith(variables['System.PullRequest.TargetBranch'], 'refs/heads/release/stable/')))
1010

1111
jobs:
1212
- job: MasterHealth

0 commit comments

Comments
 (0)