mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
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
1 changed files with 2 additions and 0 deletions
2
.github/workflows/doc.yml
vendored
2
.github/workflows/doc.yml
vendored
|
|
@ -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…
Add table
Add a link
Reference in a new issue