From: XhmikosR Date: Mon, 12 Aug 2019 06:28:47 +0000 (+0300) Subject: CI: run bundlesize only for pushes. X-Git-Tag: v5.0.0-alpha1~856 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3130288ba694451365bf7aa1b78a2a4e3ae67740;p=thirdparty%2Fbootstrap.git CI: run bundlesize only for pushes. --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a26467a77a..d81ed64727 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 }}"