Skip to content

Commit 22e17a6

Browse files
[Github] Test pr-code-lint workflow on changes to workflow (#159968)
This patch ensures that the pr-code-lint workflow is run for testing whenever the workflow file is changed. This will not catch actual functionality issues on most changes but does ensure that the workflow is not completely broken.
1 parent 7d748a9 commit 22e17a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-code-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- 'users/**'
1111
paths:
1212
- 'clang-tools-extra/clang-tidy/**'
13+
- '.github/workflows/pr-code-lint.yml'
1314

1415
jobs:
1516
code_linter:

0 commit comments

Comments
 (0)