Skip to content

Commit

Permalink
Updates pull request coverage comment regardless of status
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Li <github@alexv525.com>
  • Loading branch information
AlexV525 authored Jan 28, 2025
1 parent 0cb29be commit 518aa6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
download_coverage:
runs-on: ubuntu-latest
if: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success'
if: github.event.workflow_run.event == 'pull_request'
steps:
- name: Download artifact
id: download-artifact
Expand Down

0 comments on commit 518aa6f

Please sign in to comment.