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

3 files changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/clippy_dev.yml

Lines changed: 0 additions & 6 deletions
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

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

.github/workflows/remark.yml

Lines changed: 0 additions & 2 deletions
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)