Skip to content

[v3-2-test] Exclude text non-doc files from triggering full CI test runs (#64584)#64603

Closed
github-actions[bot] wants to merge 2 commits into
v3-2-testfrom
backport-aca2d59-v3-2-test
Closed

[v3-2-test] Exclude text non-doc files from triggering full CI test runs (#64584)#64603
github-actions[bot] wants to merge 2 commits into
v3-2-testfrom
backport-aca2d59-v3-2-test

Conversation

@github-actions

@github-actions github-actions Bot commented Apr 1, 2026

Copy link
Copy Markdown
Contributor

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 aca2d59)

Co-authored-by: Jarek Potiuk [email protected]

…uns (#64584)

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 aca2d59)

Co-authored-by: Jarek Potiuk <[email protected]>
@potiuk

potiuk commented Apr 8, 2026

Copy link
Copy Markdown
Member

already merged in previous cherry-picks.

@potiuk potiuk closed this Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant