From: Hugo van Kemenade Date: Sat, 25 Mar 2023 07:15:02 +0000 (+0200) Subject: gh-101100: Test only Doc/ files in nit-picky mode (#103019) X-Git-Tag: v3.12.0a7~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=87adc63d66349566b6459f93be60861b9d37782f;p=thirdparty%2FPython%2Fcpython.git gh-101100: Test only Doc/ files in nit-picky mode (#103019) gh-101100: Filter only Doc/ files --- diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 9ec60c198eb3..29387d30d5a2 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -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: |