]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
CI: stop running coveralls in forks (#39096)
authorXhmikosR <xhmikosr@gmail.com>
Tue, 9 Jan 2024 07:11:05 +0000 (09:11 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Jan 2024 07:11:05 +0000 (09:11 +0200)
.github/workflows/js.yml

index f14d51c9f917d6d70b91383f4651653afd0ff51a..1b672aa3097fb2661e36e29548c991ec94c83f29 100644 (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"