Skip to content

Commit

Permalink
devop: update pull request workflow to stop agents after codegen, lin…
Browse files Browse the repository at this point in the history
…t, build, and e2e-ci tasks
  • Loading branch information
wwnOddbit committed Jan 3, 2025
1 parent c7d7242 commit b554df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# This enables task distribution via Nx Cloud
# Run this command as early as possible, before dependencies are installed
# Learn more at https://nx.dev/ci/reference/nx-cloud-cli#npx-nxcloud-startcirun
- run: npx nx-cloud start-ci-run --distribute-on="3 linux-medium-js" --stop-agents-after="lint,build,e2e-ci"
- run: npx nx-cloud start-ci-run --distribute-on="3 linux-medium-js" --stop-agents-after="codegen,lint,build,e2e-ci"

# Cache node_modules
- uses: actions/setup-node@v4
Expand Down

0 comments on commit b554df9

Please sign in to comment.