Skip to content

Commit

Permalink
chore(repo): close the macos run group
Browse files Browse the repository at this point in the history
(cherry picked from commit 39b5603)
  • Loading branch information
vsavkin authored and FrozenPandaz committed Oct 25, 2023
1 parent 4098938 commit 2d5899a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ jobs:
command: |
pnpm nx affected -t e2e-macos --parallel=1 --base=$NX_BASE --head=$NX_HEAD
no_output_timeout: 45m
- run:
name: Close CI group
command: |
pnpm nx-cloud stop-all-agents
no_output_timeout: 45m

# -------------------------
# WORKFLOWS(JOBS)
Expand Down

0 comments on commit 2d5899a

Please sign in to comment.