Skip to content

Commit

Permalink
Fix it again
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Jan 25, 2022
1 parent c7188d1 commit 6807093
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 @@ -74,7 +74,7 @@ stages:
pytest: false

# On branches which aren't main, and not Pull Requests, build the wheels but only upload them on tags
- ${{ if and(ne(variables['Build.Reason'], 'PullRequest'), or(eq(variables['Build.Reason'], 'Schedule'), eq(variables['Build.Reason'], 'Manual'))) }}:
- ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
- stage: Release
dependsOn: SecondPhaseTests
jobs:
Expand Down

0 comments on commit 6807093

Please sign in to comment.