Skip to content

Commit

Permalink
ci: stop nx agents after publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 committed Sep 16, 2021
1 parent 437e44f commit b67474c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Stop Nx Cloud Agents
run: pnpx -y nx-cloud stop-all-agen

nx_agent:
runs-on: ubuntu-latest
name: Nx Agent
Expand Down

0 comments on commit b67474c

Please sign in to comment.