mirror of https://github.com/python/cpython
gh-101100: Test only Doc/ files in nit-picky mode (#103019)
gh-101100: Filter only Doc/ files
This commit is contained in:
parent
64cb1a4f0f
commit
87adc63d66
|
@ -57,6 +57,8 @@ jobs:
|
|||
- name: 'Get list of changed files'
|
||||
id: changed_files
|
||||
uses: Ana06/get-changed-files@v2.2.0
|
||||
with:
|
||||
filter: "Doc/**"
|
||||
- name: 'Build changed files in nit-picky mode'
|
||||
continue-on-error: true
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue