From 36c327d56f11a041a763faf3fdf15e3be842059c Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 6 Aug 2025 13:33:53 -0700 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6ef90a8d4..1fa4dec87b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: filter: tree:0 fetch-depth: 0 - - run: npx nx start-ci-run --distribute-on="3 linux-medium-js" --stop-agents-after="build" + #- 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 @@ -29,7 +29,7 @@ jobs: - run: pnpm install --frozen-lockfile - uses: nrwl/nx-set-shas@v4 - - run: npx nx affected -t build + - run: npx nx run @zitadel/docs:build - run: npx nx fix-ci if: always() \ No newline at end of file