Skip to content

Commit 5dd3d0d

Browse files
committed
Disabled CI reporting for PRs created from the forks
1 parent f70e695 commit 5dd3d0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ jobs:
166166

167167
- name: Comment on Test Results
168168
id: test-reporter
169+
if: github.event.pull_request.head.repo.full_name == github.repository
169170
uses: EnricoMi/publish-unit-test-result-action@v2
170171
with:
171172
files: "reports/combined-results.xml"
@@ -179,6 +180,7 @@ jobs:
179180
action_fail_on_inconclusive: true
180181

181182
- name: Report Test Results
183+
if: github.event.pull_request.head.repo.full_name == github.repository
182184
uses: dorny/test-reporter@v1
183185
with:
184186
name: IsaacLab Build and Test Results

0 commit comments

Comments
 (0)