ci: don't error when we cant add a PR comment

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-08-16 11:02:53 +02:00
parent 740f4c7d56
commit d7e8ca1c8f
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ jobs:
platforms: ${{ matrix.arch }}
- name: Comment on PR
if: github.event_name == 'pull_request'
continue-on-error: true
uses: ./.github/actions/comment-pr-instructions
with:
tag: gh-${{ steps.ev.outputs.branchNameContainer }}