Validate beta only on demand
To reduce number of unnecessary runs (when no beta is available)
This commit is contained in:
6
.github/workflows/validate_esphome_beta.yml
vendored
6
.github/workflows/validate_esphome_beta.yml
vendored
@@ -2,9 +2,9 @@ name: Validate ESPHome (beta)
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
pull_request:
|
#pull_request:
|
||||||
paths:
|
# paths:
|
||||||
- "nspanel_esphome*.yaml"
|
# - "nspanel_esphome*.yaml"
|
||||||
#schedule:
|
#schedule:
|
||||||
#- cron: "0 0 * * *"
|
#- cron: "0 0 * * *"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user