diff --git a/.github/workflows/test-litellm-matrix.yml b/.github/workflows/test-litellm-matrix.yml index b442c7dd5f..d83fedcb2a 100644 --- a/.github/workflows/test-litellm-matrix.yml +++ b/.github/workflows/test-litellm-matrix.yml @@ -93,17 +93,3 @@ jobs: --maxfail=10 \ -n ${{ matrix.test-group.workers }} \ --durations=20 - - # Aggregate job to require all matrix jobs pass - test-complete: - needs: test - runs-on: ubuntu-latest - if: always() - steps: - - name: Check test results - run: | - if [ "${{ needs.test.result }}" != "success" ]; then - echo "Some test groups failed" - exit 1 - fi - echo "All test groups passed!"