Skip to content

Commit

Permalink
oprimize more
Browse files Browse the repository at this point in the history
Signed-off-by: Michael D Kinney <[email protected]>
  • Loading branch information
mdkinney committed Feb 16, 2024
1 parent 44906fa commit 568af28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/patchcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: ${{ env.FetchDepth }}
sparse-checkout: |
pip-requirements.txt
BaseTools/Scripts/PatchCheck.py
- name: Checkout Base
if: ${{ env.RunPatchCheck == 'True' }}
run: git checkout ${{ github.event.pull_request.base.sha }}
- name: Install Python Dependencies
if: ${{ env.RunPatchCheck == 'True' }}
run: pip install -r pip-requirements.txt
Expand Down

0 comments on commit 568af28

Please sign in to comment.