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.
2 parents 1585064 + 1ee138a commit e8347e4Copy full SHA for e8347e4
.github/workflows/bundlesize.yml
@@ -8,6 +8,7 @@ jobs:
8
bundlesize:
9
name: Check Bundle Size
10
runs-on: ubuntu-latest
11
+ if: ${{ github.event_name == 'push' && github.actor != 'dependabot[bot]' }}
12
steps:
13
- uses: actions/checkout@v2
14
with:
@@ -18,6 +19,6 @@ jobs:
18
19
path: 'new'
20
21
- name: Check Bundle Size Change
- uses: "BinaryMuse/action-bundlesize@master"
22
+ uses: 'BinaryMuse/action-bundlesize@master'
23
env:
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments