Skip to content

Commit

Permalink
Remove path filter
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Kobzol committed Nov 7, 2024
1 parent 9ebe68d commit 843ef1b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/clippy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/clippy_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/remark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Remark
on:
merge_group:
pull_request:
paths:
- '**.md'

jobs:
remark:
Expand Down

0 comments on commit 843ef1b

Please sign in to comment.