Skip code coverage uploading on PR from forked repos (#172)

This commit is contained in:
david942j 2021-06-24 21:37:16 +08:00 committed by GitHub
parent 0d594f561e
commit a1c00eea52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
- name: Run tests
run: bundle exec rake
- name: Publish code coverage
if: ${{ success() }}
if: ${{ success() && env.CC_TEST_REPORTER_ID }}
uses: paambaati/codeclimate-action@v2.7.5
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}