From c740f36330d2e6c200be8d62ef54a5950254d3d6 Mon Sep 17 00:00:00 2001 From: Ron Klinkien Date: Fri, 9 Jul 2021 20:54:02 +0200 Subject: [PATCH] Update hassfest.yml --- .github/workflows/hassfest.yml | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/.github/workflows/hassfest.yml b/.github/workflows/hassfest.yml index f6fedfd..5299919 100644 --- a/.github/workflows/hassfest.yml +++ b/.github/workflows/hassfest.yml @@ -1,21 +1,15 @@ -name: Cron actions + +name: Validate with hassfest on: + push: + pull_request: schedule: - - cron: '0 0 * * *' + - cron: "0 0 * * *" jobs: validate: runs-on: "ubuntu-latest" - name: Validate steps: - - uses: "actions/checkout@v2" - - - name: HACS validation - uses: "hacs/action@main" - with: - category: "integration" - ignore: brands - - - name: Hassfest validation - uses: "home-assistant/actions/hassfest@master" + - uses: "actions/checkout@v2" + - uses: home-assistant/actions/hassfest@master