diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e6d08edb..6d8062b9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,9 +38,6 @@ jobs: deploy-vite-example: runs-on: ubuntu-latest - needs: - - tsc - - test name: Deploy Vite Example to Vercel env: VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}