Skip to content

Commit 1451a3f

Browse files
committed
.github/workflows/01-make-dist.yml: do not fail if we can not post the commit comment [#1400]
Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent 23dfe12 commit 1451a3f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/01-make-dist.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,5 +301,6 @@ jobs:
301301
# https://github.com/marketplace/actions/commit-comment
302302
- name: "GHA-01: Make dist and docs tarballs - report download URL - commit comment"
303303
uses: peter-evans/commit-comment@v4
304+
continue-on-error: true
304305
with:
305306
body: Dist and Docs [NUT-tarballs-${{ steps.subst-github-ref-name.outputs.result }}.zip](${{ steps.upload_artifact.outputs.artifact-url }}) are available for commit ${{ github.event.pull_request.head.sha || github.sha }}

0 commit comments

Comments
 (0)