We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 160559b commit b9a1e2dCopy full SHA for b9a1e2d
1 file changed
.github/workflows/hacs.yml
@@ -1,18 +1,18 @@
1
-name: HACS validate
+#name: HACS validate
2
3
-on:
4
- workflow_dispatch:
5
- push:
6
- pull_request:
7
- schedule:
8
- - cron: "0 0 * * *"
+#on:
+# workflow_dispatch:
+# push:
+# pull_request:
+# schedule:
+# - cron: "0 0 * * *"
9
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"
+#jobs:
+# validate-hacs:
+# runs-on: "ubuntu-latest"
+# steps:
+# - uses: "actions/checkout@v3"
+# - name: HACS validation
+# uses: "hacs/action@main"
+# with:
+# category: "integration"
0 commit comments