We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ad8b1 commit 12637b5Copy full SHA for 12637b5
azure-pipelines.yml
@@ -74,7 +74,7 @@ stages:
74
pytest: false
75
76
# On branches which aren't main, and not Pull Requests, build the wheels but only upload them on tags
77
- - ${{ if and(ne(variables['Build.Reason'], 'PullRequest'), or(eq(variables['Build.Reason'], 'Schedule'), eq(variables['Build.Reason'], 'Manual'))) }}:
+ - ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
78
- stage: Release
79
dependsOn: SecondPhaseTests
80
jobs:
0 commit comments