Skip to content

Commit

Permalink
CI: Run Coveralls action only in our repo
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Aug 23, 2023
1 parent fee563d commit fe6b9ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:

- name: Run Coveralls
uses: coverallsapp/github-action@v2
if: github.repository == 'twbs/bootstrap'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
path-to-lcov: "./js/coverage/lcov.info"

0 comments on commit fe6b9ca

Please sign in to comment.