diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 71e54d8..75dd807 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -80,6 +80,7 @@ jobs: - name: Comment coverage on PR if: github.event_name == 'pull_request' + continue-on-error: true env: FORGEJO_TOKEN: ${{ secrets.FORGEJO_TOKEN }} PR_NUMBER: ${{ github.event.pull_request.number }}