From 7fda931f674dee8bdf9ceb71006f4c5c2917af32 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:07:53 +0100 Subject: [PATCH] Remove pre-build test for now --- .github/workflows/validate_esphome_beta.yml | 28 ++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/validate_esphome_beta.yml b/.github/workflows/validate_esphome_beta.yml index a274d89..b3c6b01 100644 --- a/.github/workflows/validate_esphome_beta.yml +++ b/.github/workflows/validate_esphome_beta.yml @@ -180,21 +180,21 @@ jobs: yaml_file: "./.test/esphome_advanced_climate_heat_customizations.yaml" version: beta - build_prebuilt_firmware: - name: Prebuilt Firmware - runs-on: ubuntu-latest - needs: build_core # Ensure this job runs after the core build job - if: github.ref == 'refs/heads/dev' || github.base_ref == 'dev' - steps: - - uses: actions/checkout@main - with: - fetch-depth: '0' + # build_prebuilt_firmware: + # name: Prebuilt Firmware + # runs-on: ubuntu-latest + # needs: build_core # Ensure this job runs after the core build job + # if: github.ref == 'refs/heads/dev' || github.base_ref == 'dev' + # steps: + # - uses: actions/checkout@main + # with: + # fetch-depth: '0' - - name: Build ESPHome Prebuilt Firmware - uses: barndawgie/build-action@v1.9.0 - with: - yaml_file: prebuilt/nspanel_esphome_prebuilt.yaml - version: beta + # - name: Build ESPHome Prebuilt Firmware + # uses: barndawgie/build-action@v1.9.0 + # with: + # yaml_file: prebuilt/nspanel_esphome_prebuilt.yaml + # version: beta build_climate_cool_bluetooth_proxy: name: Climate cool & BLE proxy