From b679693203e9e572b1bce7d525a22cceba1f03f0 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Mon, 6 Nov 2023 00:35:11 +0100 Subject: [PATCH] Clean up names --- .github/workflows/validate_esphome.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/validate_esphome.yml b/.github/workflows/validate_esphome.yml index c820ab6..746e102 100644 --- a/.github/workflows/validate_esphome.yml +++ b/.github/workflows/validate_esphome.yml @@ -30,7 +30,7 @@ jobs: run: yamllint -c "./.yamllint/rules.yml" nspanel_esphome_addon_climate_heat.yaml build_core: - name: Build core + name: Core runs-on: "ubuntu-latest" needs: - code_scan @@ -42,7 +42,7 @@ jobs: yaml_file: "./.test/esphome_core.yaml" build_advanced: - name: Build advanced + name: Advanced runs-on: "ubuntu-latest" needs: - build_core @@ -54,7 +54,7 @@ jobs: yaml_file: "./.test/esphome_advanced.yaml" build_climate_heat: - name: Build climate (heat) + name: Climate (heat) runs-on: "ubuntu-latest" needs: - build_core @@ -66,7 +66,7 @@ jobs: yaml_file: "./.test/esphome_climate_heat.yaml" build_climate_cool: - name: Build climate (cool) + name: Climate (cool) runs-on: "ubuntu-latest" needs: - build_core @@ -78,7 +78,7 @@ jobs: yaml_file: "./.test/esphome_climate_cool.yaml" build_climate_heat_advanced: - name: Build advanced climate (heat) + name: Advanced+climate (heat) runs-on: "ubuntu-latest" needs: - build_climate_heat @@ -91,7 +91,7 @@ jobs: yaml_file: "./.test/esphome_advanced_climate_heat.yaml" build_climate_heat_advanced_arduino: - name: Build arduino + name: Arduino runs-on: "ubuntu-latest" needs: - build_climate_heat