Make partial test suite not waiting for linters (#60254)

This commit is contained in:
Franck Nijhof 2021-11-24 01:09:55 +01:00 committed by GitHub
parent 6b59e305cb
commit ec44a55b2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -778,18 +778,6 @@ jobs:
runs-on: ubuntu-latest
needs:
- changes
- gen-requirements-all
- hassfest
- lint-bandit
- lint-black
- lint-codespell
- lint-dockerfile
- lint-executable-shebangs
- lint-isort
- lint-json
- lint-pyupgrade
- lint-yaml
- mypy
- prepare-tests
strategy:
fail-fast: false