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.
Dieser Commit ist enthalten in:
@@ -10,10 +10,28 @@ on:
|
||||
paths:
|
||||
- '.github/workflows/rocprofiler-systems-ghcr.yml'
|
||||
- 'projects/rocprofiler-systems/docker/**'
|
||||
- '!**/*.md'
|
||||
- '!**/*.rtf'
|
||||
- '!**/*.rst'
|
||||
- '!**/.markdownlint-ci2.yaml'
|
||||
- '!**/.readthedocs.yaml'
|
||||
- '!**/.spellcheck.local.yaml'
|
||||
- '!**/.wordlist.txt'
|
||||
- '!docs/**'
|
||||
- '!projects/*/docs/**'
|
||||
pull_request:
|
||||
paths:
|
||||
- '.github/workflows/rocprofiler-systems-ghcr.yml'
|
||||
- 'projects/rocprofiler-systems/docker/**'
|
||||
- '!**/*.md'
|
||||
- '!**/*.rtf'
|
||||
- '!**/*.rst'
|
||||
- '!**/.markdownlint-ci2.yaml'
|
||||
- '!**/.readthedocs.yaml'
|
||||
- '!**/.spellcheck.local.yaml'
|
||||
- '!**/.wordlist.txt'
|
||||
- '!docs/**'
|
||||
- '!projects/*/docs/**'
|
||||
|
||||
jobs:
|
||||
prepare_matrix_ci:
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren