Skip to content

Commit

Permalink
chore: disable distributed nx agents
Browse files Browse the repository at this point in the history
It's part of the paid plan which is annoying.
  • Loading branch information
Suya1671 committed Mar 25, 2024
1 parent 2db26a2 commit dc98a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
${{ runner.os }}-pnpm-store-
# The "--stop-agents-after" is optional, but allows idle agents to shut down once the "e2e-ci" targets have been requested
- run: npx nx-cloud start-ci-run --distribute-on="5 linux-medium-js" --stop-agents-after="e2e-ci"
# - run: npx nx-cloud start-ci-run --distribute-on="5 linux-medium-js" --stop-agents-after="e2e-ci"

- run: pnpm i --frozen-lockfile

Expand Down

0 comments on commit dc98a3f

Please sign in to comment.