You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: optimize CI workflow with path filtering (#775)
* test(ci): improve release workflow with better error handling and remove problematic conditional
* test(ci): add release workflow testing infrastructure
* docs: add release workflow testing guide
* test(ci): trigger CI workflow to test release process
* feat: add feature test for semantic-release analysis
* test(ci): add CI monitoring script for release workflow testing
* feat(ci): add wait-on-check action to ensure CI passes before release
* refactor(ci): remove workflow_run triggers and use direct push triggers
* fix(ci): remove wait-on-check action that was causing issues
* remove all files used for testing
* fix release.yml
* feat(ci): add path filtering to optimize CI workflow execution
Add intelligent path filtering to CI workflow to only run when files that could
impact the build are changed. This includes source code, tests, examples, package
configuration, build files, and CI configuration itself.
This optimization reduces unnecessary CI runs for documentation changes, README
updates, or other non-code modifications while ensuring all impactful changes
trigger the build.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
---------
Co-authored-by: Claude <[email protected]>
0 commit comments