Skip to content

chore(ci): no rust workflows for markdown-only changes#6488

Merged
LesnyRumcajs merged 1 commit intomainfrom
no-rust-workflows-markdown-changes
Jan 27, 2026
Merged

chore(ci): no rust workflows for markdown-only changes#6488
LesnyRumcajs merged 1 commit intomainfrom
no-rust-workflows-markdown-changes

Conversation

@LesnyRumcajs
Copy link
Copy Markdown
Member

@LesnyRumcajs LesnyRumcajs commented Jan 27, 2026

Summary of changes

Changes introduced in this pull request:

  • don't run expensive checks when only modifying markdown files in the repo

Reference issue to close (if applicable)

Closes

Other information and links

Change checklist

  • I have performed a self-review of my own code,
  • I have made corresponding changes to the documentation. All new code adheres to the team's documentation standards,
  • I have added tests that prove my fix is effective or that my feature works (if possible),
  • I have made sure the CHANGELOG is up-to-date. All user-facing changes should be reflected in this document.

Summary by CodeRabbit

  • Chores
    • Updated continuous integration workflows to skip triggering on Markdown file changes, streamlining the CI/CD pipeline and reducing unnecessary workflow runs when only documentation is modified.

✏️ Tip: You can customize this high-level summary in your review settings.

@LesnyRumcajs LesnyRumcajs requested a review from a team as a code owner January 27, 2026 15:12
@LesnyRumcajs LesnyRumcajs requested review from akaladarshi and hanabi1224 and removed request for a team January 27, 2026 15:12
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jan 27, 2026

Walkthrough

This pull request adds "**/*.md" path-ignore entries to five GitHub workflow files (coverage, docker, forest, rust-lint, and unit-tests) to prevent CI workflows from triggering when only Markdown files are modified.

Changes

Cohort / File(s) Summary
CI workflow Markdown ignores
.github/workflows/coverage.yml, .github/workflows/docker.yml, .github/workflows/forest.yml, .github/workflows/rust-lint.yml, .github/workflows/unit-tests.yml
Added "**/*.md" path-ignore pattern to both pull_request and push triggers in each workflow, preventing runs triggered by Markdown-only changes

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • akaladarshi
  • hanabi1224
🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the main change: skipping Rust CI workflows when only Markdown files are modified, which directly aligns with all file changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

@LesnyRumcajs LesnyRumcajs added this pull request to the merge queue Jan 27, 2026
Merged via the queue into main with commit cd74639 Jan 27, 2026
35 checks passed
@LesnyRumcajs LesnyRumcajs deleted the no-rust-workflows-markdown-changes branch January 27, 2026 16:37
@coderabbitai coderabbitai Bot mentioned this pull request Apr 1, 2026
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants