mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Fix full black run condition [ci] (#100532)
This commit is contained in:
parent
868afc037e
commit
6acb182c38
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -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: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user