mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 17:14:04 +02:00
CI: stop running coveralls in forks (#39096)
This commit is contained in:
1
.github/workflows/js.yml
vendored
1
.github/workflows/js.yml
vendored
@@ -46,6 +46,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Run Coveralls
|
- name: Run Coveralls
|
||||||
uses: coverallsapp/github-action@v2
|
uses: coverallsapp/github-action@v2
|
||||||
|
if: ${{ !github.event.repository.fork }}
|
||||||
with:
|
with:
|
||||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
path-to-lcov: "./js/coverage/lcov.info"
|
path-to-lcov: "./js/coverage/lcov.info"
|
||||||
|
Reference in New Issue
Block a user