From 24ca70654398c78678c2713e77fd1dc29834c212 Mon Sep 17 00:00:00 2001 From: Ilia Sotnikov Date: Sat, 9 Sep 2023 02:29:13 +0300 Subject: [PATCH] `HACS` Github action to ignore brands registration * `hacs` Github action now skips checking if the integration is added to HomeAssistant brands (not at this moment) --- .github/workflows/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 509eac1..1fb599f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -26,6 +26,7 @@ jobs: uses: "hacs/action@main" with: category: integration + ignore: brands tests: name: Tests