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 03849fc commit 5a006a5Copy full SHA for 5a006a5
.github/workflows/ci.yml
@@ -128,7 +128,7 @@ jobs:
128
git config --local user.name "github-actions[bot]"
129
make bundle-size
130
git add bundle-size
131
- git commit -m "update bundle-size" || true
+ git commit -m "[skip ci] update bundle-size" || true
132
- name: Push changes
133
uses: ad-m/github-push-action@master
134
with:
0 commit comments