Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit e235b9a

Browse files
committed
chore(ci): remove upload handler size from circleci workflow since it's done in gh actions, ignore cimg/node updates
1 parent 6509da9 commit e235b9a

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.circleci/config.yml

-11
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,6 @@ jobs:
5454
name: Run yarn build
5555
command: yarn build
5656

57-
- when:
58-
condition:
59-
equal: [<< pipeline.git.branch >>, "master"]
60-
environment:
61-
AWS_DEFAULT_REGION: us-east-1
62-
GITHUB_SHA: << pipeline.git.revision >>
63-
steps:
64-
- run:
65-
name: Upload handler sizes to S3
66-
command: yarn handlers:upload-handler-sizes
67-
6857
- run:
6958
name: Run unit tests
7059
command: yarn test:ci

renovate.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"globby",
5454
"node-fetch",
5555
"@types/node-fetch",
56-
"next"
56+
"next",
57+
"cimg/node"
5758
],
5859
"prHourlyLimit": 5,
5960
"prConcurrentLimit": 10,

0 commit comments

Comments
 (0)