mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
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:
parent
9ebe68d8c3
commit
843ef1b1f0
6
.github/workflows/clippy_dev.yml
vendored
6
.github/workflows/clippy_dev.yml
vendored
@ -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
|
||||
|
6
.github/workflows/clippy_pr.yml
vendored
6
.github/workflows/clippy_pr.yml
vendored
@ -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
|
||||
|
2
.github/workflows/remark.yml
vendored
2
.github/workflows/remark.yml
vendored
@ -3,8 +3,6 @@ name: Remark
|
||||
on:
|
||||
merge_group:
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.md'
|
||||
|
||||
jobs:
|
||||
remark:
|
||||
|
Loading…
Reference in New Issue
Block a user