Skip to content

Commit 011e286

Browse files
chore: remove continue-on-error from HACS validation
Remove `continue-on-error: true` from the HACS validation step in both `ci.yml` and `manual-validation.yml`. This change ensures that any failures during HACS validation will prevent the workflow from proceeding, thus highlighting issues early and maintaining stricter data integrity during continuous integration and manual validation processes.
1 parent 854b012 commit 011e286

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ jobs:
8888
uses: hacs/action@main
8989
with:
9090
category: integration
91-
continue-on-error: true
9291

9392
hassfest:
9493
runs-on: ubuntu-latest

.github/workflows/manual-validation.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,3 @@ jobs:
113113
uses: hacs/action@main
114114
with:
115115
category: integration
116-
continue-on-error: true

0 commit comments

Comments
 (0)