CI: stop running coveralls in forks (#39096)

This commit is contained in:
XhmikosR 2024-01-09 09:11:05 +02:00 committed by GitHub
parent 85b1d1c660
commit a34ffb301f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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"