Skip to content

ci: improvement for utilization and optimization#48

Merged
akirakw merged 2 commits intomasterfrom
ci-optimize
Feb 10, 2026
Merged

ci: improvement for utilization and optimization#48
akirakw merged 2 commits intomasterfrom
ci-optimize

Conversation

@akirakw
Copy link
Contributor

@akirakw akirakw commented Feb 9, 2026

This pull request updates the CI workflow configuration to improve efficiency and enable caching for builds and static analysis. The main changes include ignoring markdown files in CI triggers, mounting cache volumes for build tools, setting up environment variables for caching, and specifying a custom clang-tidy binary.

CI Trigger Optimization:

  • Updated the workflow triggers to ignore changes to markdown (.md) files, preventing unnecessary CI runs for documentation-only changes.

Static Analysis Tooling:

  • Modified the Clang-Tidy step to use a custom clang-tidy binary located at /opt/ctcache/clang-tidy for potentially improved caching or performance.

@akirakw akirakw requested a review from a team as a code owner February 9, 2026 11:03
@akirakw akirakw merged commit f08b784 into master Feb 10, 2026
4 checks passed
@akirakw akirakw deleted the ci-optimize branch February 10, 2026 04:41
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.

1 participant