Skip to content

Commit

Permalink
fix parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Oct 30, 2023
1 parent d41d657 commit 188d106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -609,14 +609,14 @@ workflows:
requires:
- build
- create-sandboxes:
parallelism: 38
parallelism: 36
requires:
- build
# - smoke-test-sandboxes: # disabled for now
# requires:
# - create-sandboxes
- build-sandboxes:
parallelism: 38
parallelism: 36
requires:
- create-sandboxes
- chromatic-sandboxes:
Expand Down

0 comments on commit 188d106

Please sign in to comment.