mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 12:15:08 +02:00
Fix full black run condition [ci] (#100532)
This commit is contained in:
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: |
|
||||||
|
Reference in New Issue
Block a user