Skip to content

Commit 7f23fca

Browse files
authored
{LTS} Skip homebrew task in LTS (#32252)
1 parent da0b8cb commit 7f23fca

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
@@ -591,7 +591,7 @@ jobs:
591591
displayName: Build Homebrew Formula
592592

593593
dependsOn: BuildPythonWheel
594-
condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI', 'Manual', 'Schedule'))
594+
condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI', 'Manual', 'Schedule'), not(contains(variables['Build.SourceBranch'], 'lts')))
595595
pool:
596596
name: ${{ variables.ubuntu_pool }}
597597
steps:

0 commit comments

Comments
 (0)