mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 16:28:15 +00:00
bc37417d6c
- Fix performance.yml: now ignores *.md, README*, and docs/** - Fix build.yml: now ignores documentation files and images - Fix docker.yml: prevent Docker builds on README changes - Replace 'paths:' with 'paths-ignore:' to properly exclude docs - Reduces unnecessary CI runs for documentation-only PRs This resolves the issue where README changes triggered expensive CI pipelines including Performance Testing and Docker builds.