2 parents da6f92e + 1b37e17 commit d9d0c17Copy full SHA for d9d0c17
1 file changed
.github/workflows/benchmark.yml
@@ -285,6 +285,7 @@ jobs:
285
286
- name: Find existing comment
287
uses: peter-evans/find-comment@v3
288
+ if: github.event.pull_request.head.repo.full_name == github.repository
289
id: find-comment
290
with:
291
issue-number: ${{ github.event.pull_request.number }}
@@ -293,6 +294,7 @@ jobs:
293
294
295
- name: Create or update comment
296
uses: peter-evans/create-or-update-comment@v4
297
298
299
comment-id: ${{ steps.find-comment.outputs.comment-id }}
300
0 commit comments