We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60530b4 commit a7f7f84Copy full SHA for a7f7f84
.gitlab-ci.yml
@@ -231,3 +231,6 @@ e2e_k8s_32:
231
KUBEADM_VER: v1beta3
232
KUBECTL: v1.31.0
233
extends: .kind_deployment
234
+ rules:
235
+ - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
236
+ - if: '$CI_PIPELINE_SOURCE == "push" && $CI_PROJECT_NAMESPACE != "haproxy-controller"'
0 commit comments