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.
This commit is contained in:
Jakub Beránek 2024-11-07 18:26:06 +01:00
parent 9ebe68d8c3
commit 843ef1b1f0
No known key found for this signature in database
GPG key ID: 909CD0D26483516B
3 changed files with 0 additions and 14 deletions

View file

@ -3,12 +3,6 @@ name: Clippy Dev Test
on:
merge_group:
pull_request:
# Only run on paths, that get checked by the clippy_dev tool
paths:
- 'CHANGELOG.md'
- 'README.md'
- '**.stderr'
- '**.rs'
env:
RUST_BACKTRACE: 1

View file

@ -2,12 +2,6 @@ name: Clippy Test
on:
pull_request:
# Don't run Clippy tests, when only text files were modified
paths-ignore:
- 'COPYRIGHT'
- 'LICENSE-*'
- '**.md'
- '**.txt'
env:
RUST_BACKTRACE: 1

View file

@ -3,8 +3,6 @@ name: Remark
on:
merge_group:
pull_request:
paths:
- '**.md'
jobs:
remark: