deactivate validation
This commit is contained in:
parent
3010cd3e03
commit
afb3de10ca
|
@ -1,15 +1,15 @@
|
||||||
name: "Validate"
|
name: "Validate"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
# workflow_dispatch:
|
||||||
schedule:
|
# schedule:
|
||||||
- cron: "0 0 * * *"
|
# - cron: "0 0 * * *"
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- "main"
|
# - "main"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- "main"
|
- "never"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
hassfest: # https://developers.home-assistant.io/blog/2020/04/16/hassfest
|
hassfest: # https://developers.home-assistant.io/blog/2020/04/16/hassfest
|
||||||
|
|
Loading…
Reference in New Issue