Skip to content

Commit e7cfc19

Browse files
committed
Remove linux fetch
1 parent 55bdae6 commit e7cfc19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/process-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
if ! git fetch origin ${{ github.head_ref }}; then
3636
echo "Unable to checkout ${{ github.head_ref }}"
3737
fi
38-
git remote add linux https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
39-
git fetch --shallow-since="3 years ago" linux
38+
# git remote add linux https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
39+
# git fetch --shallow-since="3 years ago" linux
4040
echo "Will run process-git-request.py with:"
4141
echo "fname = ${{ github.run_id }}"
4242
echo "target_branch = ${{ github.base_ref }}"

0 commit comments

Comments
 (0)