File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,11 +17,14 @@ jobs:
1717
1818 - name : Find modified folders
1919 id : changed-dirs
20- uses : tj-actions/changed-files@v42
20+ uses : tj-actions/changed-files@v46
2121 with :
2222 dir_names : " true"
2323 dir_names_exclude_current_dir : " true"
2424 dir_names_max_depth : " 1"
25+ files_ignore : |
26+ **/*.md
27+ **/.gitignore
2528
2629 - name : Filter for just modified charts
2730 id : changed-charts
Original file line number Diff line number Diff line change @@ -17,11 +17,14 @@ jobs:
1717
1818 - name : Find modified folders
1919 id : changed-dirs
20- uses : tj-actions/changed-files@v42
20+ uses : tj-actions/changed-files@v46
2121 with :
2222 dir_names : " true"
2323 dir_names_exclude_current_dir : " true"
2424 dir_names_max_depth : " 1"
25+ files_ignore : |
26+ **/*.md
27+ **/.gitignore
2528
2629 - name : Filter for just modified charts
2730 id : changed-charts
You can’t perform that action at this time.
0 commit comments