From b02c7501006ade00e97b8b467e569abd25a45a59 Mon Sep 17 00:00:00 2001 From: Pedro Brochado Date: Fri, 10 Oct 2025 10:22:23 -0300 Subject: [PATCH] Remove *.txt pattern as a doc-only change --- templates/github/.ci/scripts/skip_tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/github/.ci/scripts/skip_tests.py b/templates/github/.ci/scripts/skip_tests.py index 2a21a723..a68d000d 100755 --- a/templates/github/.ci/scripts/skip_tests.py +++ b/templates/github/.ci/scripts/skip_tests.py @@ -25,7 +25,6 @@ DOC_PATTERNS = [ r"^docs/", r"\.md$", - r"\.txt$", r"LICENSE.*", r"CHANGELOG.*", r"CHANGES.*",