Skip to content

Commit

Permalink
Merge pull request #39 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 committed Sep 2, 2023
2 parents 4e13677 + 317782d commit 96c8322
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 @@ -83,7 +83,7 @@ jobs:
- name: Run tests
run: bundle exec rake
- 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 96c8322

Please sign in to comment.