Sets heavy GitHub CI workflows to not trigger on text documentation-only changes. (#2417)

Sets heavy GitHub CI workflows to not trigger on docs-only changes.

Specifically, sets azure-ci-dispatcher.yml and therock-ci.yml, as well as many rocprofiler workflows, to not trigger when the change consists entirely of docs-only files.
Cette révision appartient à :
dsclear-amd
2026-01-12 18:31:30 -05:00
révisé par GitHub
Parent 95a31b10cd
révision d5f490fa2f
27 fichiers modifiés avec 367 ajouts et 65 suppressions
+5 -4
Voir le fichier
@@ -88,15 +88,16 @@ SKIPPABLE_PATH_PATTERNS = [
"docs/*",
".gitignore",
"*.md",
"*.rtf",
"*.rst",
"*/.markdownlint-ci2.yaml",
"*/.readthedocs.yaml",
"*/.spellcheck.local.yaml",
"*/.wordlist.txt",
"projects/*/docs/*",
"projects/*/.gitignore",
"projects/*/*.md",
"projects/*/*.rst",
"shared/*/docs/*",
"shared/*/.gitignore",
"shared/*/*.md",
"shared/*/*.rst",
]