mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
CI: Fix patchcheck (GH-31708)
This commit is contained in:
parent
bb1c543f4a
commit
23abae621f
2 changed files with 5 additions and 1 deletions
|
|
@ -66,7 +66,9 @@ steps:
|
|||
COMMAND: make
|
||||
|
||||
- ${{ if eq(parameters.patchcheck, 'true') }}:
|
||||
- script: ./python Tools/scripts/patchcheck.py --ci true
|
||||
- script: |
|
||||
git fetch origin
|
||||
./python Tools/scripts/patchcheck.py --ci true
|
||||
displayName: 'Run patchcheck.py'
|
||||
condition: and(succeeded(), eq(variables['Build.Reason'], 'PullRequest'))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue