We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da645b1 commit d32d939Copy full SHA for d32d939
.github/workflows/process-pull-request.yml
@@ -18,7 +18,6 @@ jobs:
18
test:
19
20
runs-on: ubuntu-latest
21
- strategy:
22
23
steps:
24
- uses: actions/checkout@v4
@@ -34,6 +33,7 @@ jobs:
34
33
fi
35
# git remote add linux https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
36
# git fetch --shallow-since="3 years ago" linux
+ echo "Skipping fetch of linux"
37
echo "Will run process-git-request.py with:"
38
echo "fname = ${{ github.run_id }}"
39
echo "target_branch = ${{ github.base_ref }}"
0 commit comments