Fix CI after splitting tests (#114754)

This commit is contained in:
Robert Resch 2024-04-03 16:45:07 +02:00 committed by GitHub
parent 7adced6876
commit e2c99d226e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1116,6 +1116,7 @@ jobs:
&& github.event.inputs.pylint-only != 'true'
&& github.event.inputs.mypy-only != 'true'
&& needs.info.outputs.tests_glob
&& needs.info.outputs.test_full_suite == 'false'
needs:
- info
- base