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-08 21:39:09 +0300
committerMark Otto <otto@github.com>2019-08-08 21:53:30 +0300
commite0b5b832d1bc2580f2ae255818500526aab596e6 (patch)
tree8ea92b48353a8fefb5538572eb8457beab766272
parentfda35d149911b06e93d124dcc7f30c7b5c0506a5 (diff)
Limit coveralls to our repo.
-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 fca25d7134..733d85fff7 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -45,6 +45,6 @@ jobs:
- name: Run Coveralls
run: npm run coveralls
- if: matrix.node == 10
+ if: matrix.node == 10 && github.repository == 'twbs/bootstrap' && github.event_name == 'push'
env:
COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_REPO_TOKEN }}"