From 6acb182c38788a768d892ca154e484b917c13e1f Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Mon, 18 Sep 2023 00:05:29 +0200 Subject: [PATCH] Fix full black run condition [ci] (#100532) --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c20886f2342..2ac6773b6e9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -311,6 +311,7 @@ jobs: env.BLACK_CACHE_VERSION }}-${{ steps.generate-black-key.outputs.version }}-${{ env.HA_SHORT_VERSION }}- - name: Run black (fully) + if: needs.info.outputs.test_full_suite == 'true' env: BLACK_CACHE_DIR: ${{ env.BLACK_CACHE }} run: |