]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-101100: Test only Doc/ files in nit-picky mode (#103019)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Sat, 25 Mar 2023 07:15:02 +0000 (09:15 +0200)
committerGitHub <noreply@github.com>
Sat, 25 Mar 2023 07:15:02 +0000 (09:15 +0200)
gh-101100: Filter only Doc/ files

.github/workflows/doc.yml

index 9ec60c198eb3b64875de9a79acd212600a04082c..29387d30d5a22f80dcd459abc57e99fa62ff4245 100644 (file)
@@ -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: |