Fix full black run condition [ci] (#100532)

This commit is contained in:
Marc Mueller 2023-09-18 00:05:29 +02:00 committed by GitHub
parent 868afc037e
commit 6acb182c38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -311,6 +311,7 @@ jobs:
env.BLACK_CACHE_VERSION }}-${{ steps.generate-black-key.outputs.version }}-${{ env.BLACK_CACHE_VERSION }}-${{ steps.generate-black-key.outputs.version }}-${{
env.HA_SHORT_VERSION }}- env.HA_SHORT_VERSION }}-
- name: Run black (fully) - name: Run black (fully)
if: needs.info.outputs.test_full_suite == 'true'
env: env:
BLACK_CACHE_DIR: ${{ env.BLACK_CACHE }} BLACK_CACHE_DIR: ${{ env.BLACK_CACHE }}
run: | run: |