CI: run wiki check on changed .gitlab-ci.yml (MR 5039)
Useful to check that changes to the CI definition actually work.
This commit is contained in:
parent
3c855ce53b
commit
3249af6333
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ wiki:
|
|||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event" || $CI_COMMIT_REF_PROTECTED == "false"
|
||||
changes:
|
||||
- .ci/**/*
|
||||
- .gitlab-ci.yml
|
||||
- device/*/device-*/*
|
||||
script:
|
||||
- .ci/lib/gitlab_prepare_ci.sh
|
||||
|
|
Loading…
Reference in a new issue