Skip to content

fix: exclude documentation files from CI/CD workflows - #134

Merged
JaegerCaiser merged 1 commit into
developfrom
feature/workflow-paths-filter-improvements
Nov 7, 2025
Merged

fix: exclude documentation files from CI/CD workflows#134
JaegerCaiser merged 1 commit into
developfrom
feature/workflow-paths-filter-improvements

Conversation

@JaegerCaiser

Copy link
Copy Markdown
Owner

🔧 Workflow Improvements:

  • Paths Filter Enhancement: Exclude documentation files (.md, .mdx, .txt) from triggering CI/CD workflows
  • Performance Optimization: Prevent unnecessary test/lint/deploy runs for documentation-only changes
  • Smart Filtering: Keep JSON files included as they may contain code configurations
  • Infrastructure Changes: Maintain workflow changes detection for critical updates

📝 Impact:

  • Faster CI/CD: Documentation changes won't trigger full pipelines
  • 💰 Cost Reduction: Fewer unnecessary workflow runs
  • 🎯 Better UX: Only code changes trigger deployments
  • 🔧 Infrastructure Safe: Workflow changes still trigger validation

🧪 Testing:

  • ✅ Documentation changes (.md, .mdx, .txt) → No CI/CD
  • ✅ Code changes (.ts, .tsx, .js) → Full CI/CD
  • ✅ Workflow changes (.github/workflows/) → Full CI/CD
  • ✅ JSON files (src/**/*.json) → Full CI/CD

- Exclude .md, .mdx, and .txt files from src/ in paths-filter
- Prevent unnecessary test/lint/deploy runs for documentation changes
- Keep JSON files included as they may contain code configurations
- Maintain workflow changes detection for infrastructure updates
@github-actions

github-actions Bot commented Nov 7, 2025

Copy link
Copy Markdown
Contributor

🚀 Vercel Preview Deployment

A pré-visualização para este PR foi atualizada.

Recurso Link
🔗 URL de Preview URL de Preview
📜 Logs do Deploy Ver logs da Action

Commit: b111102a53ae4aa9899db8a19d0bfecde1b9cd68

@JaegerCaiser
JaegerCaiser marked this pull request as ready for review November 7, 2025 18:21
@JaegerCaiser
JaegerCaiser merged commit 0db398c into develop Nov 7, 2025
4 checks passed
@github-actions
github-actions Bot deleted the feature/workflow-paths-filter-improvements branch November 7, 2025 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant