Skip to content

Commit aeedfd9

Browse files
committed
Filter out non-qhelp files
1 parent b128c7c commit aeedfd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qhelp-pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
(git diff --name-only --diff-filter=ACMRT HEAD~1 HEAD | grep '.qhelp$' | grep -v '.inc.qhelp';
3030
git diff --name-only --diff-filter=ACMRT HEAD~1 HEAD | grep '.inc.qhelp$' | xargs -d '\n' -rn1 basename | xargs -d '\n' -rn1 git grep -l) |
31-
sort -u > "${{ runner.temp }}/paths.txt"
31+
grep '.qhelp$' | sort -u > "${{ runner.temp }}/paths.txt"
3232
3333
- name: QHelp preview
3434
run: |

0 commit comments

Comments
 (0)