We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70e695 commit 5dd3d0dCopy full SHA for 5dd3d0d
1 file changed
.github/workflows/build.yml
@@ -166,6 +166,7 @@ jobs:
166
167
- name: Comment on Test Results
168
id: test-reporter
169
+ if: github.event.pull_request.head.repo.full_name == github.repository
170
uses: EnricoMi/publish-unit-test-result-action@v2
171
with:
172
files: "reports/combined-results.xml"
@@ -179,6 +180,7 @@ jobs:
179
180
action_fail_on_inconclusive: true
181
182
- name: Report Test Results
183
184
uses: dorny/test-reporter@v1
185
186
name: IsaacLab Build and Test Results
0 commit comments