From b416841fbace76df5fff1b9208c490b761f117b2 Mon Sep 17 00:00:00 2001 From: ibizaman Date: Tue, 28 Oct 2025 15:30:15 +0100 Subject: [PATCH] ci: continue demo building even if one fails --- .github/workflows/demo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 9afad79..cf8a9f2 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -40,6 +40,7 @@ jobs: needs: [ "path-filter" ] if: needs.path-filter.outputs.changed == 'true' strategy: + fail-fast: false matrix: demo: - name: homeassistant