Skip to content

Commit 87adc63

Browse files
authored
gh-101100: Test only Doc/ files in nit-picky mode (#103019)
gh-101100: Filter only Doc/ files
1 parent 64cb1a4 commit 87adc63

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/[email protected]
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)