diff --git a/manifest-pipeline.yml b/manifest-pipeline.yml
index 5f7798b55a3360316bf4382ea09b742a8aeaaeb0..89ba96463db936e8c8fbe52fa4232807f956af67 100644
--- a/manifest-pipeline.yml
+++ b/manifest-pipeline.yml
@@ -23,6 +23,9 @@ workflow:
     # Do not run pipelines on integration branches
     - if: $CI_COMMIT_REF_NAME =~ /^integrate\/.*/
       when: never
+    # Do not run pipeline if the "skip build" label is set on the merge request
+    - if: $CI_MERGE_REQUEST_LABELS =~ /skip build/
+      when: never
     # Run pipelines for merge requests
     - if: $CI_MERGE_REQUEST_IID
     # Run pipelines on the master branch