From c93f32837d4e6b1245e17b317a70c1e78313adf0 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Sat, 11 Nov 2023 14:45:46 +0100 Subject: [PATCH] Don't run on push --- .github/workflows/validate_esphome_beta.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/validate_esphome_beta.yml b/.github/workflows/validate_esphome_beta.yml index c1135f5..df34de6 100644 --- a/.github/workflows/validate_esphome_beta.yml +++ b/.github/workflows/validate_esphome_beta.yml @@ -1,12 +1,12 @@ name: Validate ESPHome (beta) on: - push: + #push: #paths: #- "nspanel_esphome*.yaml" pull_request: - schedule: - - cron: "0 0 * * *" + #schedule: + #- cron: "0 0 * * *" workflow_dispatch: concurrency: