We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9500017 commit 9aba70eCopy full SHA for 9aba70e
1 file changed
.github/workflows/tests-rs-sdk-grpc-coverage.yml
@@ -76,7 +76,7 @@ jobs:
76
path: grpc-coverage-report.txt
77
78
- name: Comment PR
79
- 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')
80
uses: actions/github-script@v7
81
with:
82
script: |
@@ -120,4 +120,4 @@ jobs:
120
121
- name: Fail if new queries are missing
122
if: steps.coverage.outputs.status == 'failure'
123
- run: exit 1
+ run: exit 1
0 commit comments