Skip to content

Commit 843ef1b

Browse files
committed
Remove path filter
It would cause issues with the required jobs, and it is probably useless anyway, the vast majority of PRs seem to change Rust source files.
1 parent 9ebe68d commit 843ef1b

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

.github/workflows/clippy_dev.yml

-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ name: Clippy Dev Test
33
on:
44
merge_group:
55
pull_request:
6-
# Only run on paths, that get checked by the clippy_dev tool
7-
paths:
8-
- 'CHANGELOG.md'
9-
- 'README.md'
10-
- '**.stderr'
11-
- '**.rs'
126

137
env:
148
RUST_BACKTRACE: 1

.github/workflows/clippy_pr.yml

-6
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

.github/workflows/remark.yml

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Remark
33
on:
44
merge_group:
55
pull_request:
6-
paths:
7-
- '**.md'
86

97
jobs:
108
remark:

0 commit comments

Comments
 (0)