2
0

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.
Este cometimento está contido em:
dsclear-amd
2026-01-12 18:31:30 -05:00
cometido por GitHub
ascendente 95a31b10cd
cometimento d5f490fa2f
27 ficheiros modificados com 367 adições e 65 eliminações
+16 -1
Ver ficheiro
@@ -8,7 +8,13 @@ on:
- develop
paths:
- 'projects/rocprofiler-systems/docker/**'
- '!projects/rocprofiler-systems/*.md'
- '!**/*.md'
- '!**/*.rtf'
- '!**/*.rst'
- '!**/.markdownlint-ci2.yaml'
- '!**/.readthedocs.yaml'
- '!**/.spellcheck.local.yaml'
- '!**/.wordlist.txt'
- '!projects/rocprofiler-systems/docs/**'
- '!projects/rocprofiler-systems/source/docs/**'
tags:
@@ -18,6 +24,15 @@ on:
paths:
- '.github/workflows/rocprofiler-systems-cpack.yml'
- 'projects/rocprofiler-systems/docker/**'
- '!**/*.md'
- '!**/*.rtf'
- '!**/*.rst'
- '!**/.markdownlint-ci2.yaml'
- '!**/.readthedocs.yaml'
- '!**/.spellcheck.local.yaml'
- '!**/.wordlist.txt'
- '!docs/**'
- '!projects/*/docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}