Limit recorder pytest job [ci] (#80625)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
pull/80631/head
Marc Mueller 2022-10-19 20:40:32 +02:00 committed by GitHub
parent 04cdcad7f8
commit be3a022810
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -874,7 +874,7 @@ jobs:
if: |
(github.event_name != 'push' || github.event.repository.full_name == 'home-assistant/core')
&& 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:
- info
- base