Skip to content

Commit

Permalink
Run coverage report always, only comment if it's a PR
Browse files Browse the repository at this point in the history
  • Loading branch information
nbudin committed Jan 5, 2025
1 parent 768ab62 commit b021eed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
path: doc-site.tar.gz
coverage-report:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request' && github.actor != 'dependabot[bot]'
if: github.actor != 'dependabot[bot]'
needs:
- vitest
- minitest
Expand All @@ -253,6 +253,7 @@ jobs:
artifact_download_workflow_names: 'ci,cron'
only_list_changed_files: true
- name: Add Coverage PR Comment
if: github.event_name == 'pull_request'
uses: marocchino/sticky-pull-request-comment@v2
with:
recreate: true
Expand Down

0 comments on commit b021eed

Please sign in to comment.