From 3d63decb4d5fe664c2461dafc93a2dfe265253eb Mon Sep 17 00:00:00 2001 From: Anton Arnautov Date: Mon, 26 Jan 2026 11:09:22 +0100 Subject: [PATCH] Remove requirements from deploy-vite-example job --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) 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 }}