Do not run style checks on master

This commit is contained in:
gnzlbg 2019-10-17 14:57:39 +02:00
parent 39decff1f6
commit 504105347a
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@ jobs:
vmImage: ubuntu-16.04
steps:
- template: azure-install-rust.yml
- script: sh ci/style.sh
displayName: Check style
- script: LIBC_CI=1 sh ci/dox.sh
displayName: Generate documentation
- template: azure-configs/static-websites.yml@rustinfra