Skip to content

Commit c64bb2a

Browse files
committed
fix: skip pr description update for forks
1 parent 64d92aa commit c64bb2a

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)