diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-03-25 07:15:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-25 07:15:02 (GMT) |
commit | 87adc63d66349566b6459f93be60861b9d37782f (patch) | |
tree | 65a2ddbe5b5b6b9eb8ae97619c739bf4e5dd3ff0 /.github | |
parent | 64cb1a4f0f0bc733a33ad7a6520e749ca1cdd43f (diff) | |
download | cpython-87adc63d66349566b6459f93be60861b9d37782f.zip cpython-87adc63d66349566b6459f93be60861b9d37782f.tar.gz cpython-87adc63d66349566b6459f93be60861b9d37782f.tar.bz2 |
gh-101100: Test only Doc/ files in nit-picky mode (#103019)
gh-101100: Filter only Doc/ files
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/doc.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 9ec60c1..29387d3 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: | |