mirror of https://github.com/astral-sh/ruff
Don't run the linter ecosystem check on PRs that only touch red-knot crates (#15687)
This commit is contained in:
parent
7b17c9c445
commit
84301a7300
|
|
@ -61,6 +61,7 @@ jobs:
|
||||||
- Cargo.toml
|
- Cargo.toml
|
||||||
- Cargo.lock
|
- Cargo.lock
|
||||||
- crates/**
|
- crates/**
|
||||||
|
- "!crates/red_knot*/**"
|
||||||
- "!crates/ruff_python_formatter/**"
|
- "!crates/ruff_python_formatter/**"
|
||||||
- "!crates/ruff_formatter/**"
|
- "!crates/ruff_formatter/**"
|
||||||
- "!crates/ruff_dev/**"
|
- "!crates/ruff_dev/**"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue