diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36208e8cd..d057e8a21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -854,10 +854,11 @@ jobs: run: '[ -f /tmp/vitest-skip-warnings.txt ] && cat /tmp/vitest-skip-warnings.txt || true' # --------------------------------------------------------------------------- - # Docs — deploy to Vercel (always, so e2e_cdn can test the live CDN) + # Docs — deploy to Vercel (disabled while Vercel project is unavailable) # --------------------------------------------------------------------------- docs: name: Deploy Docs + if: false runs-on: ubuntu-24.04-arm outputs: deployment_url: ${{ steps.deploy.outputs.url }} @@ -963,10 +964,11 @@ jobs: # main → https://stripe-sync.dev/ | branch → unique preview URL # --------------------------------------------------------------------------- - # E2E CDN — verify stripe-sync.dev/stripe-api-specs after Vercel deploy + # E2E CDN — verify stripe-sync.dev/stripe-api-specs after Vercel deploy (disabled with docs) # --------------------------------------------------------------------------- e2e_cdn: name: E2E CDN + if: false needs: [docs] runs-on: ubuntu-24.04-arm