Skip to content

Commit

Permalink
gh-101100: Test only Doc/ files in nit-picky mode (#103019)
Browse files Browse the repository at this point in the history
gh-101100: Filter only Doc/ files
  • Loading branch information
hugovk authored Mar 25, 2023
1 parent 64cb1a4 commit 87adc63
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/[email protected]
with:
filter: "Doc/**"
- name: 'Build changed files in nit-picky mode'
continue-on-error: true
run: |
Expand Down

0 comments on commit 87adc63

Please sign in to comment.