Compare commits

...

1 commit

Author SHA1 Message Date
7c56df3823 fix - CI: continue-on-error for coverage comment step (DNS unreachable from runner)
All checks were successful
CI / ci (push) Successful in 16m28s
CI / build (push) Successful in 42s
Build and Push Docker Image / build (push) Successful in 41m47s
2026-05-09 23:28:17 +02:00

View file

@ -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 }}