From 84301a7300bb7d3e607fc53d943b8348509a4f33 Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Thu, 23 Jan 2025 10:47:12 +0000 Subject: [PATCH] Don't run the linter ecosystem check on PRs that only touch red-knot crates (#15687) --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6f5fb1051f..252758669c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -61,6 +61,7 @@ jobs: - Cargo.toml - Cargo.lock - crates/** + - "!crates/red_knot*/**" - "!crates/ruff_python_formatter/**" - "!crates/ruff_formatter/**" - "!crates/ruff_dev/**"