We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c2947 commit 997497fCopy full SHA for 997497f
.github/workflows/ci.yml
@@ -59,6 +59,7 @@ jobs:
59
run: yarn build
60
61
- name: Calculate Size
62
+ if: github.ref != 'refs/heads/main'
63
uses: andresz1/size-limit-action@v1
64
with:
65
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments