mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Do not try to run DB jobs if there are no target groups (#88352)
This commit is contained in:
parent
6891eb7ed1
commit
04d51aa8de
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -943,6 +943,7 @@ jobs:
|
||||
&& github.event.inputs.lint-only != 'true'
|
||||
&& github.event.inputs.pylint-only != 'true'
|
||||
&& github.event.inputs.mypy-only != 'true'
|
||||
&& needs.info.outputs.mariadb_groups != '[]'
|
||||
needs:
|
||||
- info
|
||||
- base
|
||||
@ -1046,6 +1047,7 @@ jobs:
|
||||
&& github.event.inputs.lint-only != 'true'
|
||||
&& github.event.inputs.pylint-only != 'true'
|
||||
&& github.event.inputs.mypy-only != 'true'
|
||||
&& needs.info.outputs.postgresql_groups != '[]'
|
||||
needs:
|
||||
- info
|
||||
- base
|
||||
|
Loading…
x
Reference in New Issue
Block a user