Skip to content

Commit

Permalink
ci: Fix code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
adierking committed Sep 4, 2024
1 parent 4189d2e commit 2e4ebe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:

test-done:
name: "Finalize Code Coverage"
if: github.event.push
if: github.event.pusher
needs: test
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2e4ebe5

Please sign in to comment.