Skip to content

Commit

Permalink
Adding if always to run even after code coverage run failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev committed Jul 25, 2024
1 parent e7d34e1 commit 63d7c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@ jobs:
permissions:
pull-requests: write

if: ${{ always() }}
runs-on: ubuntu-latest
if: true
steps:
- name: Coverage Report
run: |
Expand Down

0 comments on commit 63d7c08

Please sign in to comment.