]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Prevent forks of release branches from triggering CI/CD when pushed. All work in...
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 8 Dec 2020 17:54:21 +0000 (17:54 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 8 Dec 2020 17:54:21 +0000 (17:54 +0000)
.gitlab-ci.yml

index 3a1e9fe49ab4bb6c6e230d37cabfb1527ba00de1..47ec9e3f74610d21e0c0cdfbc79313f067309f30 100644 (file)
@@ -1,3 +1,9 @@
+workflow:
+  rules:
+    - if: '$CI_COMMIT_REF_NAME == "OPENLDAP_REL_ENG_2_4" && $CI_PROJECT_NAMESPACE != "openldap"'
+      when: never
+    - when: always
+
 stages:
   - build