Skip to content

Commit

Permalink
Update dotnet-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper committed Aug 2, 2024
1 parent ec1d41b commit 033acd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}

- name: Codecov
if: always() && (steps.test.outcome == 'success' || steps.test.outcome == 'cancelled')
if: always() && steps.test.outcome != 'cancelled'
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 033acd9

Please sign in to comment.