Skip to content

Commit

Permalink
pythongh-101100: Test only Doc/ files in nit-picky mode (python#103019)
Browse files Browse the repository at this point in the history
pythongh-101100: Filter only Doc/ files
  • Loading branch information
hugovk authored and warsaw committed Apr 11, 2023
1 parent b427155 commit e61e12f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit e61e12f

Please sign in to comment.