Skip to content

Commit a7f7f84

Browse files
committed
BUILD/MINOR: ci: do not run e2e job on main project on push
its not needed since all commits are going through merge requests
1 parent 60530b4 commit a7f7f84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,3 +231,6 @@ e2e_k8s_32:
231231
KUBEADM_VER: v1beta3
232232
KUBECTL: v1.31.0
233233
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

Comments
 (0)