Skip to content

Commit

Permalink
Don't fail compare CI with insufficient permissions to comment
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal authored and umputun committed Dec 4, 2024
1 parent 464c6ad commit 5254efd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ jobs:
- name: Create or update comment
if: github.event_name == 'pull_request'
uses: peter-evans/create-or-update-comment@v4
continue-on-error: true
with:
comment-id: ${{ steps.find-comment.outputs.comment-id }}
issue-number: ${{ github.event.pull_request.number }}
Expand Down

0 comments on commit 5254efd

Please sign in to comment.