Skip to content

Commit d9d0c17

Browse files
committed
Merge remote-tracking branch 'origin/master' into pr-25
2 parents da6f92e + 1b37e17 commit d9d0c17

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ jobs:
285285
286286
- name: Find existing comment
287287
uses: peter-evans/find-comment@v3
288+
if: github.event.pull_request.head.repo.full_name == github.repository
288289
id: find-comment
289290
with:
290291
issue-number: ${{ github.event.pull_request.number }}
@@ -293,6 +294,7 @@ jobs:
293294

294295
- name: Create or update comment
295296
uses: peter-evans/create-or-update-comment@v4
297+
if: github.event.pull_request.head.repo.full_name == github.repository
296298
with:
297299
comment-id: ${{ steps.find-comment.outputs.comment-id }}
298300
issue-number: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)