github-actions[bot] opened a new pull request, #64603:
URL: https://github.com/apache/airflow/pull/64603

   Changes to .txt and .md files that are not part of the doc build
   should not trigger the full test suite. This adds a new
   TEXT_NON_DOC_FILES file group to selective checks and an
   only_text_non_doc_files_changed property so these files are
   subtracted from the "remaining files" set, avoiding unnecessary
   CI runs for text-only, non-doc-build changes.
   
   Also removes the overly broad `^dev/.*` pattern from the
   test-always file group since dev/ changes should be evaluated
   by more specific file group patterns.
   (cherry picked from commit aca2d59ffa7b471738e868a8aea8d2dc69fa8174)
   
   Co-authored-by: Jarek Potiuk <[email protected]>


-- 
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]

Reply via email to