diff --git a/.github/workflows/process-pull-request.yml b/.github/workflows/process-pull-request.yml index 5a7eb640cd835..69ae5a4c88cbe 100644 --- a/.github/workflows/process-pull-request.yml +++ b/.github/workflows/process-pull-request.yml @@ -18,7 +18,6 @@ jobs: test: runs-on: ubuntu-latest - strategy: steps: - uses: actions/checkout@v4 @@ -34,6 +33,7 @@ jobs: fi # git remote add linux https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git # git fetch --shallow-since="3 years ago" linux + echo "Skipping fetch of linux" echo "Will run process-git-request.py with:" echo "fname = ${{ github.run_id }}" echo "target_branch = ${{ github.base_ref }}" diff --git a/README b/README index 2c927ccbd9705..6b2197785a2b0 100644 --- a/README +++ b/README @@ -17,3 +17,5 @@ See Documentation/00-INDEX for a list of what is contained in each file. Please read the Documentation/process/changes.rst file, as it contains the requirements for building and running the kernel, and information about the problems which may result by upgrading your kernel. + +Make a trivial change to force PR