Skip to content

Commit

Permalink
CI: stop running coveralls in forks (#39096)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jan 9, 2024
1 parent 85b1d1c commit a34ffb3
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.event.repository.fork }}
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
path-to-lcov: "./js/coverage/lcov.info"

0 comments on commit a34ffb3

Please sign in to comment.