Update .github/workflows/validate_esphome.yml

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Edward Firmo
2025-10-03 07:40:20 +02:00
committed by GitHub
parent e2b4fa4186
commit 6ffa73b321

View File

@@ -425,7 +425,7 @@ jobs:
- build_idf_core_dev - build_idf_core_dev
- build_idf_basic_dev - build_idf_basic_dev
- build_idf_ble_proxy_dev - build_idf_ble_proxy_dev
if: always() && !github.event.inputs.skip_dev if: ${{ always() && (github.event_name != 'workflow_dispatch' || github.event.inputs.skip_dev != 'true') }}
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Dev ESPHome Results - name: Dev ESPHome Results