diff --git a/.github/workflows/generate-hacs-data.yml b/.github/workflows/generate-hacs-data.yml index a6ba24409a6..edf510fe7c7 100644 --- a/.github/workflows/generate-hacs-data.yml +++ b/.github/workflows/generate-hacs-data.yml @@ -53,7 +53,7 @@ jobs: if: github.repository == 'hacs/integration' name: Generate ${{ matrix.category }} data strategy: - fail-fast: false + fail-fast: true matrix: category: ${{ fromJSON( needs.generate-matrix.outputs.categories )}} steps: