Skip to content

Commit

Permalink
Attempt a fix for skip OS issue (#75)
Browse files Browse the repository at this point in the history
* Try this

* Hmmmmm
  • Loading branch information
Cadair committed Nov 11, 2021
1 parent 14d3f7d commit e543540
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ stages:
docker_python: /usr/local/bin/python
- macos: py37-simple-macos
- windows: py37-simple-windows
- macos: compiler_macos_conda
- macos: py39-compiler_macos_conda

- template: run-tox-env.yml
parameters:
Expand Down
2 changes: 2 additions & 0 deletions check-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ parameters:

jobs:
- job: check_skip
pool:
vmImage: ubuntu-latest
steps:
- ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
- checkout: self
Expand Down

0 comments on commit e543540

Please sign in to comment.