Skip to content

Commit d1d9578

Browse files
committed
chore: Disable hacs checks for the moment
1 parent 76f7d74 commit d1d9578

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v4
3535
- uses: "home-assistant/actions/hassfest@master"
36-
- name: HACS Action
37-
uses: "hacs/action@main"
38-
with:
39-
category: "integration"
36+
# - name: HACS Action
37+
# uses: "hacs/action@main"
38+
# with:
39+
# category: "integration"
4040
unit_tests:
4141
if: ${{ github.event_name != 'schedule' || github.repository_owner == 'BottlecapDave' }}
4242
name: Unit Tests

0 commit comments

Comments
 (0)