Skip to content

Commit

Permalink
ignore errors from PR comment failing due to PR from fork
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Nov 14, 2022
1 parent 20c27ed commit e5f95cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -30,6 +30,7 @@ jobs:
- name: Create or update PR comment
if: github.event_name == 'pull_request' && steps.comment.outputs.comment-id != ''
uses: peter-evans/create-or-update-comment@v2
continue-on-error: true
with:
comment-id: ${{ steps.comment.outputs.comment-id }}
issue-number: ${{ github.event.pull_request.number }}
Expand Down Expand Up @@ -717,6 +718,7 @@ jobs:
- name: Create or update PR comment
if: always() && github.event_name == 'pull_request' && steps.cancelled.outputs.cancelled != 'true'
uses: peter-evans/create-or-update-comment@v2
continue-on-error: true
with:
comment-id: ${{ steps.comment.outputs.comment-id }}
issue-number: ${{ github.event.pull_request.number }}
Expand Down

0 comments on commit e5f95cc

Please sign in to comment.