From 05c9da2b723641c252aa92ca4404348897d27fa9 Mon Sep 17 00:00:00 2001 From: Rene Lange Date: Mon, 28 Oct 2024 16:12:34 +0100 Subject: [PATCH] final countdown --- .github/workflows/hacs.yml | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/.github/workflows/hacs.yml b/.github/workflows/hacs.yml index 0c3ff89..8369e39 100644 --- a/.github/workflows/hacs.yml +++ b/.github/workflows/hacs.yml @@ -1,24 +1,17 @@ -name: Check HACS repository +name: HACS Action on: push: - branches: - - main pull_request: - branches: - - main + schedule: + - cron: "0 0 * * *" jobs: hacs: - runs-on: ubuntu-latest + name: HACS Action + runs-on: "ubuntu-latest" steps: - - name: Checkout code - uses: actions/checkout@v2 - - - name: Validate with HACS - uses: hacs/action@main - - name: HACS Action - uses: hacs/action@22.5.0 + uses: "hacs/action@main" with: - category: integration + category: "integration" \ No newline at end of file