From ebf0c97c685347fdda0018f5b9856c28a00e73ff Mon Sep 17 00:00:00 2001 From: Andy Caruso Date: Fri, 23 Aug 2024 14:49:36 -0700 Subject: [PATCH] update filtering --- .github/workflows/pr-check.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-check.yaml b/.github/workflows/pr-check.yaml index 2a0bd280..88f32b79 100644 --- a/.github/workflows/pr-check.yaml +++ b/.github/workflows/pr-check.yaml @@ -18,9 +18,10 @@ jobs: name: Changed Files uses: tj-actions/changed-files@v45 with: - # Avoid using single or double quotes for multiline patterns - files: | - **.mdx + files_yaml: | + doc: + - '**.mdx' + - docs/** - name: List all changed files env: ALL_CHANGED_FILES: ${{ steps.changed_files.outputs.all_changed_files }}