Skip to content

Commit

Permalink
chore: Reduce MMI trigger machine size
Browse files Browse the repository at this point in the history
The `check-mmi-trigger` job was using a medium machine, but the work
performed during this job is trivial and doesn't require a medium
machine. It has been reduced to small.
  • Loading branch information
Gudahtt committed Dec 2, 2024
1 parent b6bf219 commit 3b271d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1749,7 +1749,7 @@ jobs:
command: echo 'whew - everything passed!'

check-mmi-trigger:
executor: node-browsers-medium
executor: node-browsers-small
steps:
- checkout
- run:
Expand Down

0 comments on commit 3b271d4

Please sign in to comment.