Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-08-12 09:28:47 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-08-12 22:00:56 +0300
commit3130288ba694451365bf7aa1b78a2a4e3ae67740 (patch)
tree8baae96bc47ba934da304d8293471e04d615bd70
parentcd20ef09f4e741a09b3f7fdbe2998c4f8f2949b2 (diff)
CI: run bundlesize only for pushes.
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
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 }}"