diff --git a/.github/workflows/server-tests.yml b/.github/workflows/server-tests.yml index a843908e84..ad69a93a83 100644 --- a/.github/workflows/server-tests.yml +++ b/.github/workflows/server-tests.yml @@ -18,14 +18,9 @@ permissions: contents: read jobs: - typecheck: - name: Types - uses: ./.github/workflows/_base-type-check.yml - checkrun: name: Plan Tests runs-on: ubuntu-latest - needs: typecheck outputs: build: ${{ steps.check-build.outputs.build }} run_postgres: ${{ steps.check-build.outputs.run_postgres }}