From 7c56df38232b6f2f5f13fa9f48fdb0a48d043e87 Mon Sep 17 00:00:00 2001 From: myrmidex Date: Sat, 9 May 2026 23:28:17 +0200 Subject: [PATCH] fix - CI: continue-on-error for coverage comment step (DNS unreachable from runner) --- .forgejo/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) 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 }}