diff --git a/.github/workflows/hacs.yaml b/.github/workflows/hacs.yaml index c58e970..966e677 100644 --- a/.github/workflows/hacs.yaml +++ b/.github/workflows/hacs.yaml @@ -1,22 +1,22 @@ ---- -name: HACS Validation +# --- +# name: HACS Validation -on: - pull_request: - push: - schedule: - - cron: "0 0 * * *" - workflow_dispatch: +# on: +# pull_request: +# push: +# schedule: +# - cron: "0 0 * * *" +# workflow_dispatch: -jobs: - hacs: - name: HACS Validation - runs-on: ubuntu-latest - steps: - - name: ⤵️ Check out code from GitHub - uses: actions/checkout@v4.1.1 +# jobs: +# hacs: +# name: HACS Validation +# runs-on: ubuntu-latest +# steps: +# - name: ⤵️ Check out code from GitHub +# uses: actions/checkout@v4.1.1 - - name: 🚀 Run HACS validation - uses: hacs/action@main - with: - category: integration +# - name: 🚀 Run HACS validation +# uses: hacs/action@main +# with: +# category: integration