disable HACS validation

HACS requires brand repository to be populated
This commit is contained in:
Patrick
2024-12-20 20:49:35 +01:00
committed by GitHub
parent 28e7b0a212
commit 88f467d747

19
.github/workflows/_validate.bak vendored Normal file
View File

@@ -0,0 +1,19 @@
name: Validate with HACS
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 5 * * 6'
jobs:
validate-hacs:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- name: HACS validation
uses: "hacs/action@main"
with:
category: "integration"