Skip to content

Revert file name changes and update CI for tests#331

Merged
ppinchuk merged 3 commits intomainfrom
pp/revert_wf_name
Nov 8, 2025
Merged

Revert file name changes and update CI for tests#331
ppinchuk merged 3 commits intomainfrom
pp/revert_wf_name

Conversation

@ppinchuk
Copy link
Collaborator

@ppinchuk ppinchuk commented Nov 8, 2025

Pull Request Overview

Revert recent file name changes and ensure that Python CI runs when tests are updated. Adjustments made to CI job names for clarity.

Notes

Finally figured out that the required workflows had nothing to do with the file name so revertin that change in this PR

@ppinchuk ppinchuk requested a review from castelao as a code owner November 8, 2025 22:44
Copilot AI review requested due to automatic review settings November 8, 2025 22:44
@ppinchuk ppinchuk self-assigned this Nov 8, 2025
@ppinchuk ppinchuk added chore Maintenance work that does not impact the user github_actions Pull requests that update GitHub Actions code labels Nov 8, 2025
@ppinchuk ppinchuk added this to the Finishing touches for OSS milestone Nov 8, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR streamlines GitHub Actions workflow configurations by simplifying job names in the Rust CI workflow and adding test path triggers to the Python CI workflow.

Key changes:

  • Simplified three Rust CI job names by removing redundant words
  • Added tests/** path to Python CI triggers to ensure workflow runs when test files change

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/ci-rust.yml Shortened job names from "Rust - Cargo Check", "Rust - Clippy Lint", and "Rust - Publishing (dry-run)" to more concise versions
.github/workflows/ci-python.yml Added tests/** path trigger for both push and pull_request events to ensure CI runs when Python test files are modified

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ppinchuk ppinchuk merged commit 84a57bb into main Nov 8, 2025
19 checks passed
@ppinchuk ppinchuk deleted the pp/revert_wf_name branch November 8, 2025 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Maintenance work that does not impact the user github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant