Skip to content

Commit e46ce39

Browse files
committed
disable vercel ci test
1 parent 5234b4e commit e46ce39

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,9 +855,11 @@ jobs:
855855

856856
# ---------------------------------------------------------------------------
857857
# Docs — deploy to Vercel (always, so e2e_cdn can test the live CDN)
858+
# Disabled: Vercel project deleted. Re-enable by removing `if: false`.
858859
# ---------------------------------------------------------------------------
859860
docs:
860861
name: Deploy Docs
862+
if: false
861863
runs-on: ubuntu-24.04-arm
862864
outputs:
863865
deployment_url: ${{ steps.deploy.outputs.url }}
@@ -964,9 +966,11 @@ jobs:
964966

965967
# ---------------------------------------------------------------------------
966968
# E2E CDN — verify stripe-sync.dev/stripe-api-specs after Vercel deploy
969+
# Disabled with `docs` (depends on its deployment_url output).
967970
# ---------------------------------------------------------------------------
968971
e2e_cdn:
969972
name: E2E CDN
973+
if: false
970974
needs: [docs]
971975
runs-on: ubuntu-24.04-arm
972976

0 commit comments

Comments
 (0)