Skip to content

Commit 67029d2

Browse files
authored
Merge branch 'main' into fix/topic-message-binary-download
2 parents 3f6ebd2 + 14700dd commit 67029d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
update_pr:
200200
name: Update PR Description
201201
needs: [merge_reports, bundle_size]
202-
if: always() && github.event_name == 'pull_request'
202+
if: always() && github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
203203
runs-on: ubuntu-latest
204204
permissions:
205205
pull-requests: write

0 commit comments

Comments
 (0)