From 36bcb234e2e4547f46e5cfb694fd297a2022da6c Mon Sep 17 00:00:00 2001 From: Muhammad Falak R Wani Date: Thu, 2 Dec 2021 12:34:24 +0530 Subject: [PATCH] [Packaging] Run ci on a Pull Request Signed-off-by: Muhammad Falak R Wani --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: