Skip to content
Snippets Groups Projects
Commit ee0b6721 authored by Christos Tsolakis's avatar Christos Tsolakis Committed by Kitware Robot
Browse files

Merge topic 'ci-skip-docs-fix'


d54a688b ci: Fix code_change rule.

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Tested-by: default avatarbuildbot <buildbot@kitware.com>
Merge-request: !10540
parents 1339e868 d54a688b
No related branches found
No related tags found
No related merge requests found
# Rules for where jobs can run
.run_on_code_change:
# The following rules are intended to include all files and directories
# expect the `Documentation` directory.
rules:
changes: &code_change
- '[a-zA-CE-Z]*' # any path starting with anything but 'D'
- 'Domains/*' # any path under Domains directory is touched
- '.*' # any hidden file is touched
- '[a-zA-CE-Z]*/**/*' # any path starting with anything but 'D'
- 'Domains/*/**/*' # any path under Domains directory is touched
- '.*' # any hidden file is touched
when: on_success
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment