@@ -97,42 +97,42 @@ triggers:
97
97
98
98
workflows :
99
99
conformance-aks.yaml :
100
- paths-ignore-regex : (test|Documentation|hubble)/
100
+ paths-ignore-regex : (test|Documentation|hubble|USERS.md )/
101
101
conformance-aws-cni.yaml :
102
- paths-ignore-regex : (test|Documentation|hubble)/
102
+ paths-ignore-regex : (test|Documentation|hubble|USERS.md )/
103
103
conformance-clustermesh.yaml :
104
- paths-ignore-regex : (test|Documentation|hubble)/
104
+ paths-ignore-regex : (test|Documentation|hubble|USERS.md )/
105
105
conformance-e2e.yaml :
106
- paths-ignore-regex : (test|Documentation|hubble)/
106
+ paths-ignore-regex : (test|Documentation|hubble|USERS.md )/
107
107
conformance-ipsec-e2e.yaml :
108
- paths-ignore-regex : (test|Documentation|hubble)/
108
+ paths-ignore-regex : (test|Documentation|hubble|USERS.md )/
109
109
conformance-eks.yaml :
110
- paths-ignore-regex : (test|Documentation|hubble)/
110
+ paths-ignore-regex : (test|Documentation|hubble|USERS.md )/
111
111
conformance-externalworkloads.yaml :
112
- paths-ignore-regex : (test|Documentation|hubble)/
112
+ paths-ignore-regex : (test|Documentation|hubble|USERS.md )/
113
113
conformance-gateway-api.yaml :
114
- paths-ignore-regex : (test|Documentation|hubble)/
114
+ paths-ignore-regex : (test|Documentation|hubble|USERS.md )/
115
115
conformance-ginkgo.yaml :
116
116
paths-ignore-regex : (cilium-cli|Documentation)/
117
117
conformance-gke.yaml :
118
- paths-ignore-regex : (test|Documentation|hubble)/
118
+ paths-ignore-regex : (test|Documentation|hubble|USERS.md )/
119
119
conformance-ingress.yaml :
120
- paths-ignore-regex : (test|Documentation|hubble)/
120
+ paths-ignore-regex : (test|Documentation|hubble|USERS.md )/
121
121
conformance-multi-pool.yaml :
122
- paths-ignore-regex : (test|Documentation|hubble)/
122
+ paths-ignore-regex : (test|Documentation|hubble|USERS.md )/
123
123
conformance-runtime.yaml :
124
- paths-ignore-regex : (cilium-cli|Documentation)/
124
+ paths-ignore-regex : (cilium-cli|Documentation|USERS.md )/
125
125
integration-test.yaml :
126
- paths-ignore-regex : Documentation/
126
+ paths-ignore-regex : ( Documentation|USERS.md) /
127
127
tests-clustermesh-upgrade.yaml :
128
- paths-ignore-regex : (test|Documentation|hubble)/
128
+ paths-ignore-regex : (test|Documentation|hubble|USERS.md )/
129
129
tests-datapath-verifier.yaml :
130
130
paths-regex : (bpf|test/verifier|vendor|images)/
131
131
tests-l4lb.yaml :
132
- paths-regex : (bpf|daemon|images|pkg|test/l4lb|test/nat46x64|vendor)/
132
+ paths-regex : (bpf|daemon|images|pkg|test/l4lb|test/nat46x64|vendor|USERS.md )/
133
133
tests-e2e-upgrade.yaml :
134
- paths-ignore-regex : (test|Documentation|hubble)/
134
+ paths-ignore-regex : (test|Documentation|hubble|USERS.md )/
135
135
tests-ipsec-upgrade.yaml :
136
- paths-ignore-regex : (test|Documentation|hubble)/
136
+ paths-ignore-regex : (test|Documentation|hubble|USERS.md )/
137
137
hubble-cli-integration-test.yaml :
138
- paths-ignore-regex : (test|Documentation)/
138
+ paths-ignore-regex : (test|Documentation|USERS.md )/
0 commit comments