Skip to content

Commit c47f4ca

Browse files
authored
fix(ci): Raise resource_class for publish_site job in CI (#5060)
1 parent 035714e commit c47f4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ jobs:
475475
# Build & publish SLDS site (review app or upcoming/core-main/core-patch)
476476
publish-site:
477477
executor: slds-executor
478-
resource_class: small
478+
resource_class: medium
479479

480480
steps:
481481
- add_ssh_keys:

0 commit comments

Comments
 (0)