Skip to content

Commit

Permalink
Fixing coverage ci (#4960)
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton authored May 9, 2024
1 parent b673daf commit a20009e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
on-failure:
if: ${{ github.repository_owner == 'quickwit-oss' && failure() }}
name: On Failure
needs: [tests]
needs: [test]
runs-on: ubuntu-latest
steps:
- name: Send Message
Expand Down

0 comments on commit a20009e

Please sign in to comment.