From 5956e75323b05ab9cd746a9472a9afb7a1d725fb Mon Sep 17 00:00:00 2001 From: Pavel Veretennikov Date: Sat, 4 May 2024 20:53:36 +0300 Subject: [PATCH] chore: hacs validate fix --- .github/workflows/validate.yml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 5586a98..f2ab362 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -2,24 +2,20 @@ name: Validate on: push: - branches: - - master pull_request: schedule: - cron: "0 0 * * *" + workflow_dispatch: jobs: - hacs: - runs-on: ubuntu-latest - name: HACS + validate-hacs: + runs-on: "ubuntu-latest" steps: - - name: Check out the repository - uses: "actions/checkout@v2.3.4" - + - uses: "actions/checkout@v3" - name: HACS validation - uses: "hacs/action@21.2.2" + uses: "hacs/action@main" with: - category: "integration" + category: integration hassfest: runs-on: ubuntu-latest