From 0149efedfab727ec3a87353d59b8279a9545e1ca Mon Sep 17 00:00:00 2001 From: pmackey Date: Mon, 10 Feb 2025 04:05:26 +0000 Subject: [PATCH] Remove the scheduled actions and enable on-demand runs with workflow_dispatch. --- .github/workflows/hacsaction.yml | 3 +-- .github/workflows/hassfest.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/hacsaction.yml b/.github/workflows/hacsaction.yml index cc70f9a..13bebc3 100644 --- a/.github/workflows/hacsaction.yml +++ b/.github/workflows/hacsaction.yml @@ -3,8 +3,7 @@ name: HACS Action on: push: pull_request: - schedule: - - cron: "0 0 * * *" + workflow_dispatch: jobs: hacs: diff --git a/.github/workflows/hassfest.yml b/.github/workflows/hassfest.yml index 435962d..1a26556 100644 --- a/.github/workflows/hassfest.yml +++ b/.github/workflows/hassfest.yml @@ -3,8 +3,7 @@ name: Validate with hassfest on: push: pull_request: - schedule: - - cron: '0 0 * * *' + workflow_dispatch: jobs: validate: