diff --git a/.github/workflows/tests-rs-sdk-grpc-coverage.yml b/.github/workflows/tests-rs-sdk-grpc-coverage.yml index ef33ae6a1a..d89da6c422 100644 --- a/.github/workflows/tests-rs-sdk-grpc-coverage.yml +++ b/.github/workflows/tests-rs-sdk-grpc-coverage.yml @@ -76,7 +76,7 @@ jobs: path: grpc-coverage-report.txt - name: Comment PR - if: github.event_name == 'pull_request' && (steps.coverage.outputs.cache_modified == 'true' || steps.coverage.outputs.status == 'failure') + if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && (steps.coverage.outputs.cache_modified == 'true' || steps.coverage.outputs.status == 'failure') uses: actions/github-script@v7 with: script: |