From d326a9f1b036873f4d7e588b0ccbb26bc32a3208 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 6 Aug 2025 23:09:43 -0700 Subject: [PATCH] test depot --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbe569ba87..5451b83f88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,15 +11,13 @@ permissions: jobs: main: - runs-on: ubuntu-latest + runs-on: depot-ubuntu-latest-8 steps: - uses: actions/checkout@v4 with: filter: tree:0 fetch-depth: 0 - - run: npx nx start-ci-run --distribute-on="3 linux-extra-large-js" --stop-agents-after="build" - - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: