From 87adc63d66349566b6459f93be60861b9d37782f Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Sat, 25 Mar 2023 09:15:02 +0200 Subject: [PATCH] gh-101100: Test only Doc/ files in nit-picky mode (#103019) gh-101100: Filter only Doc/ files --- .github/workflows/doc.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 9ec60c198eb3b6..29387d30d5a22f 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: |