mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Limit recorder pytest job [ci] (#80625)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
04cdcad7f8
commit
be3a022810
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -874,7 +874,7 @@ jobs:
|
|||||||
if: |
|
if: |
|
||||||
(github.event_name != 'push' || github.event.repository.full_name == 'home-assistant/core')
|
(github.event_name != 'push' || github.event.repository.full_name == 'home-assistant/core')
|
||||||
&& github.event.inputs.lint-only != 'true'
|
&& github.event.inputs.lint-only != 'true'
|
||||||
&& (needs.info.outputs.test_full_suite == 'true' || needs.info.outputs.tests_glob)
|
&& needs.info.outputs.test_full_suite == 'true'
|
||||||
needs:
|
needs:
|
||||||
- info
|
- info
|
||||||
- base
|
- base
|
||||||
|
Loading…
x
Reference in New Issue
Block a user