mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-12 06:44:04 +02:00
Do not duplicate tests
This commit is contained in:
parent
bf911730f0
commit
377333beb2
3 changed files with 3 additions and 0 deletions
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
|
@ -2,6 +2,7 @@ name: pytest
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
1
.github/workflows/hassfest.yaml
vendored
1
.github/workflows/hassfest.yaml
vendored
|
|
@ -2,6 +2,7 @@ name: Validate with hassfest
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
|
|
|||
1
.github/workflows/validate.yml
vendored
1
.github/workflows/validate.yml
vendored
|
|
@ -2,6 +2,7 @@ name: Validate
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue