From 22a99017fa1719b3b0c47f3a497a2b9f696b5adb Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Tue, 12 Aug 2025 00:04:21 +0200 Subject: [PATCH] Update .github/workflows/validate_esphome.yml Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- .github/workflows/validate_esphome.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/validate_esphome.yml b/.github/workflows/validate_esphome.yml index ca29b9a..059fde7 100644 --- a/.github/workflows/validate_esphome.yml +++ b/.github/workflows/validate_esphome.yml @@ -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