From 3e09950dd6a0cebbb13b8675b2ddfda3300df8df Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Tue, 7 Feb 2023 18:27:33 +0100 Subject: [PATCH] Align postgresql with mariadb in CI (#87646) Align postgresql with mariadb --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dc0fa13a730..24e8e067e12 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1020,6 +1020,8 @@ jobs: (github.event_name != 'push' || github.event.repository.full_name == 'home-assistant/core') && github.event.inputs.lint-only != 'true' && needs.info.outputs.test_full_suite == 'true' + && github.event.inputs.pylint-only != 'true' + && github.event.inputs.mypy-only != 'true' needs: - info - base @@ -1115,7 +1117,6 @@ jobs: needs: - info - pytest - - pytest-postgres steps: - name: Check out code from GitHub uses: actions/checkout@v3.3.0