From 4707e9703d348ad4f2185a07b59e85f5110234ff Mon Sep 17 00:00:00 2001 From: saltbo Date: Mon, 1 Jun 2026 11:39:57 -0400 Subject: [PATCH] ci: serialize cloud e2e jobs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49b7b412..db5104b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,7 +73,7 @@ jobs: e2e-cf: name: E2E (CF Workers) runs-on: ubuntu-latest - needs: check + needs: [check, e2e-node] steps: - uses: actions/checkout@v6 - uses: pnpm/action-setup@v4