mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Limit coveralls to our repo.
This commit is contained in:
@@ -45,6 +45,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Run Coveralls
|
- name: Run Coveralls
|
||||||
run: npm run coveralls
|
run: npm run coveralls
|
||||||
if: matrix.node == 10
|
if: matrix.node == 10 && github.repository == 'twbs/bootstrap' && github.event_name == 'push'
|
||||||
env:
|
env:
|
||||||
COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_REPO_TOKEN }}"
|
COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_REPO_TOKEN }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user