Skip to content

Commit eaab6cd

Browse files
authored
Update test-mlperf-inference-resnet50.yml
1 parent ec4e344 commit eaab6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-mlperf-inference-resnet50.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Push Results
6969
env:
7070
GITHUB_TOKEN: ${{ env.PAT }}
71-
if: github.repository_owner == 'mlcommons'
71+
if: github.event.pull_request.head.repo.owner == "gateoverflow"
7272
run: |
7373
echo "Password is ${{ env.PAT }}"
7474
export GITHUB_TOKEN=${{ env.PAT }}

0 commit comments

Comments
 (0)