From ec44a55b2ca72498e7a9df9a959e54657fa98d4e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 24 Nov 2021 01:09:55 +0100 Subject: [PATCH] Make partial test suite not waiting for linters (#60254) --- .github/workflows/ci.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 29e0a7951e6..7d9b17f4f42 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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