ci: Skip type checks in server tests (#38890)

This commit is contained in:
Ankush Menat 2026-04-25 12:10:10 +05:30 committed by GitHub
parent 7a565de242
commit bf69eebca3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}