Skip to content

Commit

Permalink
[Packaging] Run ci on a Pull Request
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
  • Loading branch information
mfrw committed Dec 2, 2021
1 parent 61c415f commit 36bcb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 36bcb23

Please sign in to comment.