mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Limit coveralls to our repo.
This commit is contained in:
parent
fda35d1499
commit
e0b5b832d1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue