]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Limit coveralls to our repo.
authorXhmikosR <xhmikosr@gmail.com>
Thu, 8 Aug 2019 18:39:09 +0000 (21:39 +0300)
committerMark Otto <otto@github.com>
Thu, 8 Aug 2019 18:53:30 +0000 (11:53 -0700)
.github/workflows/test.yml

index fca25d71342cfceb2d98aaebb55c407c3dbd0fec..733d85fff787cf45cea160ac56644f230d701e31 100644 (file)
@@ -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 }}"