From 0b1d108102a2e692f50905e0b8de764e7b17478a Mon Sep 17 00:00:00 2001 From: ppinchuk Date: Sat, 8 Nov 2025 15:40:35 -0700 Subject: [PATCH 1/3] Revert file rename --- .github/workflows/{ci-rust_code.yml => ci-rust.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{ci-rust_code.yml => ci-rust.yml} (100%) diff --git a/.github/workflows/ci-rust_code.yml b/.github/workflows/ci-rust.yml similarity index 100% rename from .github/workflows/ci-rust_code.yml rename to .github/workflows/ci-rust.yml From 705bf712459fdad13d9f386cafe2188bd43978c2 Mon Sep 17 00:00:00 2001 From: ppinchuk Date: Sat, 8 Nov 2025 15:40:57 -0700 Subject: [PATCH 2/3] Run python CI when tests are updated --- .github/workflows/ci-python.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index 34f8c64bb..3b3af0c0d 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -5,12 +5,14 @@ on: branches: [main] paths: - compass/** + - tests/** - .github/workflows/ci-python.yml - pyproject.toml - pixi.lock pull_request: paths: - compass/** + - tests/** - .github/workflows/ci-python.yml - pyproject.toml - pixi.lock From 13eed013755fab9edf370e56b9cf505aa3f673fb Mon Sep 17 00:00:00 2001 From: ppinchuk Date: Sat, 8 Nov 2025 15:41:51 -0700 Subject: [PATCH 3/3] Revert name changes --- .github/workflows/ci-rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-rust.yml b/.github/workflows/ci-rust.yml index debc93f5e..e5a196d38 100644 --- a/.github/workflows/ci-rust.yml +++ b/.github/workflows/ci-rust.yml @@ -26,7 +26,7 @@ on: jobs: check: - name: Rust - Cargo Check + name: Rust - Check runs-on: ubuntu-latest steps: - name: Checkout sources @@ -53,7 +53,7 @@ jobs: lints: # Only run tests if code looks OK needs: check - name: Rust - Clippy Lint + name: Rust - Lint runs-on: ubuntu-latest steps: - name: Checkout sources @@ -110,7 +110,7 @@ jobs: - run: pixi run -e rdev tests-r publish-dry: - name: Rust - Publishing (dry-run) + name: Rust - Publish (dry-run) # Only run tests if code looks OK needs: check runs-on: ubuntu-latest