Remove pre-build test for now
This commit is contained in:
28
.github/workflows/validate_esphome_beta.yml
vendored
28
.github/workflows/validate_esphome_beta.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user