diff options
| author | XhmikosR <[email protected]> | 2019-08-08 21:39:09 +0300 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2019-08-08 11:53:30 -0700 |
| commit | e0b5b832d1bc2580f2ae255818500526aab596e6 (patch) | |
| tree | 8ea92b48353a8fefb5538572eb8457beab766272 /.github | |
| parent | fda35d149911b06e93d124dcc7f30c7b5c0506a5 (diff) | |
| download | bootstrap-e0b5b832d1bc2580f2ae255818500526aab596e6.tar.xz bootstrap-e0b5b832d1bc2580f2ae255818500526aab596e6.zip | |
Limit coveralls to our repo.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fca25d713..733d85fff 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 }}" |
