Skip to content

Commit d6063fa

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 f661306 commit d6063fa

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
@@ -258,3 +258,6 @@ e2e_k8s_32:
258258
KUBEADM_VER: v1beta3
259259
KUBECTL: v1.33.1
260260
extends: .kind_deployment
261+
rules:
262+
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
263+
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_PROJECT_NAMESPACE != "haproxy-controller"'

0 commit comments

Comments
 (0)