diff --git a/.github/workflows/test-pr-e2e-build-and-run.yml b/.github/workflows/test-pr-e2e-build-and-run.yml index 88c78f58bf..e8203607c4 100644 --- a/.github/workflows/test-pr-e2e-build-and-run.yml +++ b/.github/workflows/test-pr-e2e-build-and-run.yml @@ -1,4 +1,4 @@ -name: Tests (E2E) +name: Build and up (E2E) on: workflow_dispatch: @@ -24,9 +24,6 @@ env: jobs: tests-e2e: runs-on: ubuntu-latest - strategy: - matrix: - db_type: [mysql, postgres] steps: - name: Checkout uses: actions/checkout@v3