Skip to content

Commit e61e12f

Browse files
hugovkwarsaw
authored andcommitted
pythongh-101100: Test only Doc/ files in nit-picky mode (python#103019)
pythongh-101100: Filter only Doc/ files
1 parent b427155 commit e61e12f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/doc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jobs:
5757
- name: 'Get list of changed files'
5858
id: changed_files
5959
uses: Ana06/get-changed-files@v2.2.0
60+
with:
61+
filter: "Doc/**"
6062
- name: 'Build changed files in nit-picky mode'
6163
continue-on-error: true
6264
run: |

0 commit comments

Comments
 (0)