From bf508ae8cb8c049e8532df798dd6bd3c53f8230d Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Sun, 7 Apr 2024 23:19:37 +0200 Subject: [PATCH] Starts customization after code_scan To reduce total test time --- .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 31f1514..41a9df5 100644 --- a/.github/workflows/validate_esphome.yml +++ b/.github/workflows/validate_esphome.yml @@ -182,8 +182,7 @@ jobs: name: Customizations runs-on: "ubuntu-latest" needs: - - build_climate_heat_advanced - - build_climate_cool_bluetooth_proxy + - code_scan steps: - uses: actions/checkout@main with: