Skip to content

Commit

Permalink
Merge pull request #62 from khiav223577/fix/forked_repo
Browse files Browse the repository at this point in the history
Skip the step of publishing code coverage for the PR from forked repos
  • Loading branch information
khiav223577 authored Sep 2, 2023
2 parents 7930380 + cda72ec commit 54ab569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
if: env.ORM_TYPE == 'MONGOID'
run: bundle exec rake test_mongoid
- name: Publish code coverage
if: ${{ success() }}
if: ${{ success() && env.CC_TEST_REPORTER_ID }}
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

0 comments on commit 54ab569

Please sign in to comment.