diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a26467a77a9559a123e47f507fa6912d05ce4e85..d81ed64727bda51cc27e55aff321d51ab7ce5f8e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: - name: Run bundlesize run: npm run bundlesize - if: matrix.node == 10 && github.repository == 'twbs/bootstrap' + if: matrix.node == 10 && github.repository == 'twbs/bootstrap' && github.event_name == 'push' env: BUNDLESIZE_GITHUB_TOKEN: "${{ secrets.BUNDLESIZE_GITHUB_TOKEN }}"