Skip to content

Commit d32d939

Browse files
committed
github actions: To fix PR checker
1 parent da645b1 commit d32d939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
test:
1919

2020
runs-on: ubuntu-latest
21-
strategy:
2221

2322
steps:
2423
- uses: actions/checkout@v4
@@ -34,6 +33,7 @@ jobs:
3433
fi
3534
# git remote add linux https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
3635
# git fetch --shallow-since="3 years ago" linux
36+
echo "Skipping fetch of linux"
3737
echo "Will run process-git-request.py with:"
3838
echo "fname = ${{ github.run_id }}"
3939
echo "target_branch = ${{ github.base_ref }}"

0 commit comments

Comments
 (0)