From ec7e97650e1150d1db8ee54b519003e77f0f76ea Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Sat, 24 Feb 2024 00:16:52 +0100 Subject: [PATCH] Fix dependencies --- .github/workflows/validate_esphome.yml | 1 + .github/workflows/validate_esphome_beta.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/validate_esphome.yml b/.github/workflows/validate_esphome.yml index 8dfce5b..e8d07f8 100644 --- a/.github/workflows/validate_esphome.yml +++ b/.github/workflows/validate_esphome.yml @@ -181,6 +181,7 @@ jobs: runs-on: "ubuntu-latest" needs: - build_climate_heat_advanced + - build_climate_cool_bluetooth_proxy steps: - uses: actions/checkout@main with: diff --git a/.github/workflows/validate_esphome_beta.yml b/.github/workflows/validate_esphome_beta.yml index 2678df2..0747083 100644 --- a/.github/workflows/validate_esphome_beta.yml +++ b/.github/workflows/validate_esphome_beta.yml @@ -169,6 +169,7 @@ jobs: runs-on: "ubuntu-latest" needs: - build_climate_heat_advanced + - build_climate_cool_bluetooth_proxy steps: - uses: actions/checkout@main with: