diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7f78b5fcdab..ac7be91d1bd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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