We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a78a8d7 + 21a7783 commit 9e75389Copy full SHA for 9e75389
build/ci/setup/.azure-devops-master-health.yml
@@ -6,7 +6,7 @@ stages:
6
displayName: Validate Master Health
7
dependsOn:
8
- Setup
9
- condition: eq(variables['Build.Reason'], 'PullRequest')
+ condition: and(eq(variables['Build.Reason'], 'PullRequest'), not(startsWith(variables['System.PullRequest.TargetBranch'], 'refs/heads/release/stable/')))
10
11
jobs:
12
- job: MasterHealth
0 commit comments