diff --git a/azure-pipelines.yml b/azure-pipelines.yml index cc9f0e0a421..4a747d5fa9f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -682,7 +682,7 @@ jobs: displayName: Build Yum Package Mariner dependsOn: BuildPythonWheel - condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI', 'Manual', 'Schedule')) + condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI', 'Manual', 'Schedule', 'PullRequest')) pool: vmImage: 'ubuntu-20.04' steps: