diff --git a/.ci/examples.yml b/.ci/examples.yml
index 20dcb8a593f47c3ea7128d56455686cdd7307e48..5941d4b0fd612a4a3227d5d45b817ba179426652 100644
--- a/.ci/examples.yml
+++ b/.ci/examples.yml
@@ -9,17 +9,16 @@ include:
 run-examples:
   stage: publish-release
   rules:
+    - if: $CI_PIPELINE_SOURCE == "merge_request_event"
     - if: $STAGING_PIPELINE == "true" && $PRO_RELEASE == 'true' && $CAS == 'true' #on_pro_release
-  needs:
-    - set_version:pro
-    - cas_set_alias:pro
+#  needs:
+#    - set_version:pro
+#    - cas_set_alias:pro
   variables:
-    NXCALS_VERSION: "$VERSION"
+    NXCALS_VERSION: 1.5.20
   trigger:
-    include:
-      - project: "acc-logging-team/nxcals-examples"
-        file: .gitlab-ci.yml
-        ref: "HEAD"
+    project: acc-logging-team/nxcals-examples
+    branch: master
     strategy: depend
     forward:
       pipeline_variables: true
\ No newline at end of file