Skip to content

Commit 36bcb23

Browse files
committed
[Packaging] Run ci on a Pull Request
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
1 parent 61c415f commit 36bcb23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ jobs:
682682
displayName: Build Yum Package Mariner
683683

684684
dependsOn: BuildPythonWheel
685-
condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI', 'Manual', 'Schedule'))
685+
condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI', 'Manual', 'Schedule', 'PullRequest'))
686686
pool:
687687
vmImage: 'ubuntu-20.04'
688688
steps:

0 commit comments

Comments
 (0)