File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ presubmits:
36
36
- name : pull-kcp-operator-build-image
37
37
always_run : true
38
38
decorate : true
39
+ run_if_changed : " (Dockerfile|Makefile|.prow.yaml|go.mod|go.sum|cmd|internal|sdk|hack)"
39
40
clone_uri : " https://github.com/kcp-dev/kcp-operator"
40
41
labels :
41
42
preset-goproxy : " true"
@@ -58,6 +59,7 @@ presubmits:
58
59
- name : pull-kcp-operator-test
59
60
always_run : true
60
61
decorate : true
62
+ run_if_changed : " (Dockerfile|Makefile|.prow.yaml|go.mod|go.sum|cmd|internal|sdk|hack|test)"
61
63
clone_uri : " https://github.com/kcp-dev/kcp-operator"
62
64
labels :
63
65
preset-goproxy : " true"
@@ -78,6 +80,7 @@ presubmits:
78
80
- name : pull-kcp-operator-test-e2e
79
81
always_run : true
80
82
decorate : true
83
+ run_if_changed : " (Dockerfile|Makefile|.prow.yaml|go.mod|go.sum|cmd|internal|sdk|hack|test)"
81
84
clone_uri : " https://github.com/kcp-dev/kcp-operator"
82
85
labels :
83
86
preset-goproxy : " true"
@@ -97,6 +100,7 @@ presubmits:
97
100
- name : pull-kcp-operator-test-e2e-canary
98
101
always_run : true
99
102
decorate : true
103
+ run_if_changed : " (Dockerfile|Makefile|.prow.yaml|go.mod|go.sum|cmd|internal|sdk|hack|test)"
100
104
optional : true
101
105
clone_uri : " https://github.com/kcp-dev/kcp-operator"
102
106
labels :
You can’t perform that action at this time.
0 commit comments