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:
|
||||
name: "🏗️ Arduino Core (dev)"
|
||||
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
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
@@ -77,7 +77,6 @@ jobs:
|
||||
with:
|
||||
yaml-file: ".test/esphome_ard_core.yaml"
|
||||
version: dev
|
||||
|
||||
build_ard_basic:
|
||||
name: "📦 Arduino Basic (latest)"
|
||||
needs: build_ard_core
|
||||
|
||||
Reference in New Issue
Block a user