Update .github/workflows/validate_esphome.yml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
3
.github/workflows/validate_esphome.yml
vendored
3
.github/workflows/validate_esphome.yml
vendored
@@ -68,7 +68,7 @@ jobs:
|
|||||||
build_ard_core_dev:
|
build_ard_core_dev:
|
||||||
name: "🏗️ Arduino Core (dev)"
|
name: "🏗️ Arduino Core (dev)"
|
||||||
needs: code_scan
|
needs: code_scan
|
||||||
if: success() && !github.event.inputs.skip_dev
|
if: ${{ success() && (github.event_name != 'workflow_dispatch' || github.event.inputs.skip_dev != 'true') }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@main
|
- uses: actions/checkout@main
|
||||||
@@ -77,7 +77,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
yaml-file: ".test/esphome_ard_core.yaml"
|
yaml-file: ".test/esphome_ard_core.yaml"
|
||||||
version: dev
|
version: dev
|
||||||
|
|
||||||
build_ard_basic:
|
build_ard_basic:
|
||||||
name: "📦 Arduino Basic (latest)"
|
name: "📦 Arduino Basic (latest)"
|
||||||
needs: build_ard_core
|
needs: build_ard_core
|
||||||
|
|||||||
Reference in New Issue
Block a user