We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f627973 commit 03df4ecCopy full SHA for 03df4ec
.github/CODEOWNERS
@@ -4,4 +4,4 @@
4
* @hypertrace/graphql
5
6
# GH action
7
-.github/ @aaron-steinfeld @jbahire @kotharironak @buchi-busireddy
+.github/ @hypertrace/ci-owners
.github/workflows/pr-test.yml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Publish Unit Test Results
44
uses: docker://ghcr.io/enricomi/publish-unit-test-result-action:v1.6
45
- if: always()
+ if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
46
with:
47
github_token: ${{ secrets.GITHUB_TOKEN }}
48
files: ./**/build/test-results/**/*.xml
0 commit comments