Skip to content

Commit 465b400

Browse files
committed
Comment out size-limit for now
1 parent 8618565 commit 465b400

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,13 @@ jobs:
3737
- name: Build
3838
run: pnpm build
3939

40-
- name: Check bundle size
41-
uses: andresz1/[email protected]
42-
with:
43-
github_token: ${{ secrets.GITHUB_TOKEN }}
44-
skip_step: install
45-
package_manager: pnpm
40+
# Commented out for now.
41+
# - name: Check bundle size
42+
# uses: andresz1/[email protected]
43+
# with:
44+
# github_token: ${{ secrets.GITHUB_TOKEN }}
45+
# skip_step: install
46+
# package_manager: pnpm
4647

4748
# Dependabot and PRs from forks should not release canaries,
4849
# but secrets and env vars cannot be read in `job.if`, so we check if

0 commit comments

Comments
 (0)