From e2c99d226eeb1ce537e010cd49e2112e58c1d179 Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Wed, 3 Apr 2024 16:45:07 +0200 Subject: [PATCH] Fix CI after splitting tests (#114754) --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) 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