diff --git a/.github/workflows/hassfest.yaml b/.github/workflows/hassfest.yaml index 18c7d19..82d1f50 100644 --- a/.github/workflows/hassfest.yaml +++ b/.github/workflows/hassfest.yaml @@ -1,14 +1,14 @@ -name: Validate with hassfest +# name: Validate with hassfest -on: - push: - pull_request: - schedule: - - cron: "0 0 * * *" +# on: +# push: +# pull_request: +# schedule: +# - cron: "0 0 * * *" -jobs: - validate: - runs-on: "ubuntu-latest" - steps: - - uses: "actions/checkout@v2" - - uses: home-assistant/actions/hassfest@master +# jobs: +# validate: +# runs-on: "ubuntu-latest" +# steps: +# - uses: "actions/checkout@v2" +# - uses: home-assistant/actions/hassfest@master