Update .github/workflows/validate_esphome.yml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/validate_esphome.yml
vendored
2
.github/workflows/validate_esphome.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user