Skip to content

Commit

Permalink
[r,ci] Run coverage only on workflow_dispatch events (#2488) (#2489)
Browse files Browse the repository at this point in the history
Co-authored-by: Dirk Eddelbuettel <[email protected]>
  • Loading branch information
github-actions[bot] and eddelbuettel authored Apr 29, 2024
1 parent deb863b commit d6a2b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
run: cd apis/r && tools/r-ci.sh run_tests

- name: Coverage
if: ${{ matrix.os == 'ubuntu-latest' && matrix.covr == 'yes' }}
if: ${{ matrix.os == 'ubuntu-latest' && matrix.covr == 'yes' && github.event_name == 'workflow_dispatch' }}
run: apis/r/tools/r-ci.sh coverage

- name: View Logs
Expand Down

0 comments on commit d6a2b39

Please sign in to comment.