Skip to content

Commit a34ffb3

Browse files
authored
CI: stop running coveralls in forks (#39096)
1 parent 85b1d1c commit a34ffb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/js.yml

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646

4747
- name: Run Coveralls
4848
uses: coverallsapp/github-action@v2
49+
if: ${{ !github.event.repository.fork }}
4950
with:
5051
github-token: "${{ secrets.GITHUB_TOKEN }}"
5152
path-to-lcov: "./js/coverage/lcov.info"

0 commit comments

Comments
 (0)