Skip to content

Commit

Permalink
Update test-runner.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaryamAdnan3 authored Dec 11, 2024
1 parent 7f2ea48 commit 9b17fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Run tests
run: bundle exec rake
- name: Upload coverage report
if: ${{ matrix.ruby-version == '3.2' }}
if: ${{ matrix.ruby-version == '3.2' && github.actor != 'dependabot[bot]'}}
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_TEST_REPORTER_ID }}
Expand Down

0 comments on commit 9b17fe4

Please sign in to comment.