Skip to content

Commit a6ee722

Browse files
committed
chore(ci): comment out start-ci-run command in workflow file
1 parent c531a93 commit a6ee722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Run this command as early as possible, before dependencies are installed
3030
# Learn more at https://nx.dev/ci/reference/nx-cloud-cli#npx-nxcloud-startcirun
3131
# Uncomment this line to enable task distribution
32-
- run: pnpm dlx nx-cloud start-ci-run --distribute-on="3 linux-medium-js" --stop-agents-after="build"
32+
# - run: pnpm dlx nx-cloud start-ci-run --distribute-on="3 linux-medium-js" --stop-agents-after="build"
3333

3434
# Cache node_modules
3535
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)