We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b1d1c commit a34ffb3Copy full SHA for a34ffb3
.github/workflows/js.yml
@@ -46,6 +46,7 @@ jobs:
46
47
- name: Run Coveralls
48
uses: coverallsapp/github-action@v2
49
+ if: ${{ !github.event.repository.fork }}
50
with:
51
github-token: "${{ secrets.GITHUB_TOKEN }}"
52
path-to-lcov: "./js/coverage/lcov.info"
0 commit comments