Skip to content

Commit 1ed86d7

Browse files
committed
Init
1 parent da0b8cb commit 1ed86d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ jobs:
646646
displayName: Test Homebrew Formula
647647

648648
dependsOn: BuildHomebrewFormula
649-
condition: succeeded()
649+
condition: and(not(contains(variables['Build.SourceBranch'], 'lts')), not(contains(variables['System.PullRequest.TargetBranch'], 'lts')))
650650
pool:
651651
vmImage: ${{ variables.macos_pool }}
652652
steps:

0 commit comments

Comments
 (0)