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 diff --git a/.github/workflows/ci-rust_code.yml b/.github/workflows/ci-rust.yml similarity index 98% rename from .github/workflows/ci-rust_code.yml rename to .github/workflows/ci-rust.yml index debc93f5e..e5a196d38 100644 --- a/.github/workflows/ci-rust_code.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