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:
Stefan Hansson 2024-04-16 14:35:34 +02:00 committed by Pablo Correa Gómez
parent 3c855ce53b
commit 3249af6333
No known key found for this signature in database
GPG key ID: 7A342565FF635F79

View file

@ -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