Browse Source

Maintenance: Improve docker CI configuration

Martin Gruner 2 weeks ago
parent
commit
c6a17ed685
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitlab/ci/test/docker.yml

+ 1 - 1
.gitlab/ci/test/docker.yml

@@ -3,7 +3,7 @@ docker:
   stage: test
   interruptible: false
   rules:
-    - if: $CI_COMMIT_REF_NAME =~ /^private/
+    - if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_COMMIT_REF_NAME =~ /^private/
       when: manual
       allow_failure: true
     - when: on_success