Skip to content

Commit 12637b5

Browse files
committed
Fix it again
1 parent 91ad8b1 commit 12637b5

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
@@ -74,7 +74,7 @@ stages:
7474
pytest: false
7575

7676
# 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'))) }}:
77+
- ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
7878
- stage: Release
7979
dependsOn: SecondPhaseTests
8080
jobs:

0 commit comments

Comments
 (0)