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.
Этот коммит содержится в:
dsclear-amd
2026-01-12 18:31:30 -05:00
коммит произвёл GitHub
родитель 95a31b10cd
Коммит d5f490fa2f
27 изменённых файлов: 367 добавлений и 65 удалений
+7 -2
Просмотреть файл
@@ -6,11 +6,16 @@ on:
pull_request:
paths:
- 'projects/rocprofiler-sdk/**'
- '!**/*.md'
- '!**/*.rtf'
- '!**/*.rst'
- '!**/.markdownlint-ci2.yaml'
- '!**/.readthedocs.yaml'
- '!**/.spellcheck.local.yaml'
- '!**/.wordlist.txt'
- '!projects/rocprofiler-sdk/.github/workflows/pull_*.yml'
- '!projects/rocprofiler-sdk/.github/workflows/linting.yml'
- '!projects/rocprofiler-sdk/.github/workflows/markdown_lint.yml'
- '!projects/rocprofiler-sdk/*.md'
- '!projects/rocprofiler-sdk/**/README.md'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}