Skip to content

Commit b9a1e2d

Browse files
committed
chore: Disable HACS validation workflow for now
1 parent 160559b commit b9a1e2d

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/hacs.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
name: HACS validate
1+
#name: HACS validate
22

3-
on:
4-
workflow_dispatch:
5-
push:
6-
pull_request:
7-
schedule:
8-
- cron: "0 0 * * *"
3+
#on:
4+
# workflow_dispatch:
5+
# push:
6+
# pull_request:
7+
# schedule:
8+
# - cron: "0 0 * * *"
99

10-
jobs:
11-
validate-hacs:
12-
runs-on: "ubuntu-latest"
13-
steps:
14-
- uses: "actions/checkout@v3"
15-
- name: HACS validation
16-
uses: "hacs/action@main"
17-
with:
18-
category: "integration"
10+
#jobs:
11+
# validate-hacs:
12+
# runs-on: "ubuntu-latest"
13+
# steps:
14+
# - uses: "actions/checkout@v3"
15+
# - name: HACS validation
16+
# uses: "hacs/action@main"
17+
# with:
18+
# category: "integration"

0 commit comments

Comments
 (0)