mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-16 00:34:04 +02:00
ci: add workflow_dispatch to validation workflows (manual re-run)
This commit is contained in:
parent
262bfa5e17
commit
3db6a5490e
2 changed files with 2 additions and 0 deletions
1
.github/workflows/hassfest.yaml
vendored
1
.github/workflows/hassfest.yaml
vendored
|
|
@ -6,6 +6,7 @@ on:
|
|||
pull_request:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
validate_hassfest:
|
||||
|
|
|
|||
1
.github/workflows/validate.yml
vendored
1
.github/workflows/validate.yml
vendored
|
|
@ -6,6 +6,7 @@ on:
|
|||
pull_request:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
validate_hacs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue