diff --git a/.github/workflows/test_suites.yml b/.github/workflows/test_suites.yml index d0bd1ffcb..ba27737c2 100644 --- a/.github/workflows/test_suites.yml +++ b/.github/workflows/test_suites.yml @@ -79,7 +79,7 @@ jobs: db-examples-tests: name: DB Examples Tests - needs: [vector-db-tests] + needs: [basic-tests, e2e-tests] uses: ./.github/workflows/db_examples_tests.yml secrets: inherit