Skip to content

Commit 1a604aa

Browse files
committed
Ignore 'brands' in validate workflow
Add an ignore: 'brands' entry to the hacs/action step in .github/workflows/validate.yaml so brand packages are excluded from integration validation, preventing false positives or validation failures for brand-only repositories.
1 parent 19aad85 commit 1a604aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ jobs:
1515
uses: "hacs/action@main"
1616
with:
1717
category: "integration"
18+
ignore: "brands"

0 commit comments

Comments
 (0)