We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8618565 commit 465b400Copy full SHA for 465b400
.github/workflows/ci.yml
@@ -37,12 +37,13 @@ jobs:
37
- name: Build
38
run: pnpm build
39
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
+ # Commented out for now.
+ # - name: Check bundle size
+ # uses: andresz1/[email protected]
+ # with:
+ # github_token: ${{ secrets.GITHUB_TOKEN }}
+ # skip_step: install
46
+ # package_manager: pnpm
47
48
# Dependabot and PRs from forks should not release canaries,
49
# but secrets and env vars cannot be read in `job.if`, so we check if
0 commit comments