diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 182e3136fbd138a7af0601f754f499e515f4caf0..c79feaf0b9797766195828b07a3881142b58ce64 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -71,6 +71,14 @@ aggregate-docs:
         CI_ONIRO_MANIFEST_URL: "$CI_MERGE_REQUEST_SOURCE_PROJECT_URL"
         CI_ONIRO_MANIFEST_BRANCH: "$CI_COMMIT_REF_NAME"
     - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
+      changes:
+        - assets/**/*
+        - flavours/**/*
+        - manifests/*.xml
+        - meta-*/**/*
+        - .oniro-ci/*
+        - .gitlab-ci.yml
+      when: on_success
       # When building a merge request substitute the CI_ONIRO_MANIFEST_URL to point
       # to the incoming repository, and CI_ONIRO_MANIFEST_BRANCH, to the right
       # branch name. This allows testing the changes coming into project. This
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 98e769547ba10de7fa8c1c891f2ee788142591a8..e783896ffe518c8d0c50d52f6292cc963dfbced8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -224,6 +224,7 @@ Before your contribution can be accepted by the project team, contributors must
 
 Commits that are provided by non-committers must have a Signed-off-by field in the footer indicating that the author is aware of the terms by which the contribution has been provided to the project.
 The non-committer must additionally have an Eclipse Foundation account and must have a signed Eclipse Contributor Agreement (ECA) on file.
+test
 
 For more information, please see the [Eclipse Committer Handbook](https://www.eclipse.org/projects/handbook/#resources-commit)