Skip to content

Commit 4c2a804

Browse files
authored
CI, to our fork. (#145)
1 parent a92ca0b commit 4c2a804

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/clang_format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
set -eu
3030
# This is necessary to get the same results regardless of whether the
3131
# PR was opened directly or from a forked repo. See: `9f890a92` for more info.
32-
git remote add upstream https://github.com/pytorch/pytorch
32+
git remote add upstream https://github.com/csarofeen/pytorch
3333
git fetch upstream "$GITHUB_BASE_REF"
3434
BASE_SHA=${{ github.event.pull_request.base.sha }}
3535
HEAD_SHA=${{ github.event.pull_request.head.sha }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
- name: Run clang-tidy
122122
run: |
123123
set -eux
124-
git remote add upstream https://github.com/pytorch/pytorch
124+
git remote add upstream https://github.com/csarofeen/pytorch
125125
git fetch upstream "$GITHUB_BASE_REF"
126126
BASE_SHA=${{ github.event.pull_request.base.sha }}
127127
HEAD_SHA=${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)