fix - CI: continue-on-error for coverage comment step (DNS unreachable from runner)
This commit is contained in:
parent
ab957d34cf
commit
7c56df3823
1 changed files with 1 additions and 0 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue