Skip to content

Commit 03df4ec

Browse files
ci: fix codeowners, forked tests (#58)
1 parent f627973 commit 03df4ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
* @hypertrace/graphql
55

66
# GH action
7-
.github/ @aaron-steinfeld @jbahire @kotharironak @buchi-busireddy
7+
.github/ @hypertrace/ci-owners

.github/workflows/pr-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- name: Publish Unit Test Results
4444
uses: docker://ghcr.io/enricomi/publish-unit-test-result-action:v1.6
45-
if: always()
45+
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
4646
with:
4747
github_token: ${{ secrets.GITHUB_TOKEN }}
4848
files: ./**/build/test-results/**/*.xml

0 commit comments

Comments
 (0)