From 499d82e76e6c783cd93da7fa49251bfbcf953cf8 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 6 Aug 2025 13:40:47 -0700 Subject: [PATCH] test ci --- .github/workflows/ci.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fa4dec87b..02665fba46 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-24.04-8 steps: - uses: actions/checkout@v4 with: filter: tree:0 fetch-depth: 0 - #- run: npx nx start-ci-run --distribute-on="3 linux-medium-js" --stop-agents-after="build" - - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: @@ -29,7 +27,4 @@ jobs: - run: pnpm install --frozen-lockfile - uses: nrwl/nx-set-shas@v4 - - run: npx nx run @zitadel/docs:build - - - run: npx nx fix-ci - if: always() \ No newline at end of file + - run: npx nx run @zitadel/docs:build \ No newline at end of file