Remove pre-build test for now

This commit is contained in:
Edward Firmo
2024-03-19 14:07:53 +01:00
parent b1412f1d12
commit 7fda931f67

View File

@@ -180,21 +180,21 @@ jobs:
yaml_file: "./.test/esphome_advanced_climate_heat_customizations.yaml" yaml_file: "./.test/esphome_advanced_climate_heat_customizations.yaml"
version: beta version: beta
build_prebuilt_firmware: # build_prebuilt_firmware:
name: Prebuilt Firmware # name: Prebuilt Firmware
runs-on: ubuntu-latest # runs-on: ubuntu-latest
needs: build_core # Ensure this job runs after the core build job # needs: build_core # Ensure this job runs after the core build job
if: github.ref == 'refs/heads/dev' || github.base_ref == 'dev' # if: github.ref == 'refs/heads/dev' || github.base_ref == 'dev'
steps: # steps:
- uses: actions/checkout@main # - uses: actions/checkout@main
with: # with:
fetch-depth: '0' # fetch-depth: '0'
- name: Build ESPHome Prebuilt Firmware # - name: Build ESPHome Prebuilt Firmware
uses: barndawgie/build-action@v1.9.0 # uses: barndawgie/build-action@v1.9.0
with: # with:
yaml_file: prebuilt/nspanel_esphome_prebuilt.yaml # yaml_file: prebuilt/nspanel_esphome_prebuilt.yaml
version: beta # version: beta
build_climate_cool_bluetooth_proxy: build_climate_cool_bluetooth_proxy:
name: Climate cool & BLE proxy name: Climate cool & BLE proxy