diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 63b56ce6af9..ff92c9f5323 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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