diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index c50e70f78..a41c3fbb6 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -116,6 +116,8 @@ jobs: tags: softinstigate/restheart-snapshot:distroless,softinstigate/restheart-snapshot:${{steps.vars.outputs.SHA}}-distroless - name: Upload coverage reports to Codecov + if: ${{ matrix.deploy }} + continue-on-error: true uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file