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
|
@ -27,6 +27,8 @@ wiki:
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event" || $CI_COMMIT_REF_PROTECTED == "false"
|
- if: $CI_PIPELINE_SOURCE == "merge_request_event" || $CI_COMMIT_REF_PROTECTED == "false"
|
||||||
changes:
|
changes:
|
||||||
|
- .ci/**/*
|
||||||
|
- .gitlab-ci.yml
|
||||||
- device/*/device-*/*
|
- device/*/device-*/*
|
||||||
script:
|
script:
|
||||||
- .ci/lib/gitlab_prepare_ci.sh
|
- .ci/lib/gitlab_prepare_ci.sh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user