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.
이 커밋은 다음에 포함됨:
@@ -11,16 +11,28 @@ on:
|
||||
paths:
|
||||
- '.github/workflows/rocprofiler-sdk-rocm_release_compatibility.yml'
|
||||
- 'projects/rocprofiler-sdk/**'
|
||||
- '!**/*.md'
|
||||
- '!**/*.rtf'
|
||||
- '!**/*.rst'
|
||||
- '!**/.markdownlint-ci2.yaml'
|
||||
- '!**/.readthedocs.yaml'
|
||||
- '!**/.spellcheck.local.yaml'
|
||||
- '!**/.wordlist.txt'
|
||||
- '!projects/rocprofiler-sdk/CODEOWNERS'
|
||||
- '!projects/rocprofiler-sdk/source/docs/**'
|
||||
- '!projects/rocprofiler-sdk/*.md'
|
||||
pull_request:
|
||||
paths:
|
||||
- '.github/workflows/rocprofiler-sdk-rocm_release_compatibility.yml'
|
||||
- 'projects/rocprofiler-sdk/**'
|
||||
- '!**/*.md'
|
||||
- '!**/*.rtf'
|
||||
- '!**/*.rst'
|
||||
- '!**/.markdownlint-ci2.yaml'
|
||||
- '!**/.readthedocs.yaml'
|
||||
- '!**/.spellcheck.local.yaml'
|
||||
- '!**/.wordlist.txt'
|
||||
- '!projects/rocprofiler-sdk/CODEOWNERS'
|
||||
- '!projects/rocprofiler-sdk/source/docs/**'
|
||||
- '!projects/rocprofiler-sdk/*.md'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
새 이슈에서 참조
사용자 차단