davsclaus opened a new pull request, #1654: URL: https://github.com/apache/camel-website/pull/1654
## Summary - Adds a lightweight `detect-drafts` job that checks if all changed files in the PR belong to draft blog posts (`draft: true` in front matter) - If drafts-only, the full build/checks/Netlify preview pipeline is skipped entirely - Non-draft changes (any file outside `content/blog/`, or blog posts with `draft: false`) trigger the full build as before - Assets (images, SVGs) alongside a draft post are also considered draft-only This avoids unnecessary CI builds when iterating on unpublished blog posts. Fixes #1650 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
