From 0459596e97dd15d9dfd92f310cef7b075bc3b596 Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Mon, 9 Sep 2024 16:02:44 +0200 Subject: [PATCH] Enable hadolint for hassfest docker image and adjust hadolint job (#125146) --- .github/workflows/ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d35187a3c45ff..84ee815c08788 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -434,13 +434,17 @@ jobs: runs-on: ubuntu-24.04 needs: - info - - pre-commit + if: | + github.event.inputs.pylint-only != 'true' + && github.event.inputs.mypy-only != 'true' + && github.event.inputs.audit-licenses-only != 'true' strategy: fail-fast: false matrix: file: - Dockerfile - Dockerfile.dev + - script/hassfest/docker/Dockerfile steps: - name: Check out code from GitHub uses: actions/checkout@v4.1.7