Skip to content

Commit 867f897

Browse files
committed
Remove path filter
It would cause issues with the required `conclusion[_dev]` jobs, and it is probably useless anyway, the vast majority of PRs seem to change Rust source files.
1 parent 24a66e3 commit 867f897

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/clippy_pr.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ name: Clippy Test
22

33
on:
44
pull_request:
5-
# Don't run Clippy tests, when only text files were modified
6-
paths-ignore:
7-
- 'COPYRIGHT'
8-
- 'LICENSE-*'
9-
- '**.md'
10-
- '**.txt'
115

126
env:
137
RUST_BACKTRACE: 1

0 commit comments

Comments
 (0)