Skip to content

Commit

Permalink
fix(pr-check_redirect): correct the path filter (#30210)
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 authored Nov 13, 2023
1 parent ca915e1 commit 8dac660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-check_redirects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
id: filter
with:
filters: |
required_files :
required_files:
- ".nvmrc"
- "files/**"
- ".github/workflows/pr-check_redirects_file.yml"
- ".github/workflows/pr-check_redirects.yml"
- name: Install all yarn packages
if: steps.filter.outputs.required_files == 'true'
Expand Down

0 comments on commit 8dac660

Please sign in to comment.