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.
Этот коммит содержится в:
@@ -8,23 +8,33 @@ on:
|
||||
paths:
|
||||
- '.github/workflows/rocprofiler-systems-redhat.yml'
|
||||
- 'projects/rocprofiler-systems/**'
|
||||
- '!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/**'
|
||||
- '!projects/rocprofiler-systems/source/python/gui/**'
|
||||
- '!projects/rocprofiler-systems/docker/**'
|
||||
- '!projects/rocprofiler-systems/.wordlist.txt'
|
||||
- '!projects/rocprofiler-systems/CMakePresets.json'
|
||||
pull_request:
|
||||
paths:
|
||||
- '.github/workflows/rocprofiler-systems-redhat.yml'
|
||||
- 'projects/rocprofiler-systems/**'
|
||||
- '!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/**'
|
||||
- '!projects/rocprofiler-systems/source/python/gui/**'
|
||||
- '!projects/rocprofiler-systems/docker/**'
|
||||
- '!projects/rocprofiler-systems/.wordlist.txt'
|
||||
- '!projects/rocprofiler-systems/CMakePresets.json'
|
||||
|
||||
concurrency:
|
||||
|
||||
Ссылка в новой задаче
Block a user