Skip to content

Commit df7a76e

Browse files
sayborasaanm
authored andcommitted
ci: Skip full CI for USERS.md file
Noticed in cilium#34603 Signed-off-by: Tam Mach <[email protected]>
1 parent cfa8501 commit df7a76e

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/ariane-config.yaml

+18-18
Original file line numberDiff line numberDiff line change
@@ -97,42 +97,42 @@ triggers:
9797

9898
workflows:
9999
conformance-aks.yaml:
100-
paths-ignore-regex: (test|Documentation|hubble)/
100+
paths-ignore-regex: (test|Documentation|hubble|USERS.md)/
101101
conformance-aws-cni.yaml:
102-
paths-ignore-regex: (test|Documentation|hubble)/
102+
paths-ignore-regex: (test|Documentation|hubble|USERS.md)/
103103
conformance-clustermesh.yaml:
104-
paths-ignore-regex: (test|Documentation|hubble)/
104+
paths-ignore-regex: (test|Documentation|hubble|USERS.md)/
105105
conformance-e2e.yaml:
106-
paths-ignore-regex: (test|Documentation|hubble)/
106+
paths-ignore-regex: (test|Documentation|hubble|USERS.md)/
107107
conformance-ipsec-e2e.yaml:
108-
paths-ignore-regex: (test|Documentation|hubble)/
108+
paths-ignore-regex: (test|Documentation|hubble|USERS.md)/
109109
conformance-eks.yaml:
110-
paths-ignore-regex: (test|Documentation|hubble)/
110+
paths-ignore-regex: (test|Documentation|hubble|USERS.md)/
111111
conformance-externalworkloads.yaml:
112-
paths-ignore-regex: (test|Documentation|hubble)/
112+
paths-ignore-regex: (test|Documentation|hubble|USERS.md)/
113113
conformance-gateway-api.yaml:
114-
paths-ignore-regex: (test|Documentation|hubble)/
114+
paths-ignore-regex: (test|Documentation|hubble|USERS.md)/
115115
conformance-ginkgo.yaml:
116116
paths-ignore-regex: (cilium-cli|Documentation)/
117117
conformance-gke.yaml:
118-
paths-ignore-regex: (test|Documentation|hubble)/
118+
paths-ignore-regex: (test|Documentation|hubble|USERS.md)/
119119
conformance-ingress.yaml:
120-
paths-ignore-regex: (test|Documentation|hubble)/
120+
paths-ignore-regex: (test|Documentation|hubble|USERS.md)/
121121
conformance-multi-pool.yaml:
122-
paths-ignore-regex: (test|Documentation|hubble)/
122+
paths-ignore-regex: (test|Documentation|hubble|USERS.md)/
123123
conformance-runtime.yaml:
124-
paths-ignore-regex: (cilium-cli|Documentation)/
124+
paths-ignore-regex: (cilium-cli|Documentation|USERS.md)/
125125
integration-test.yaml:
126-
paths-ignore-regex: Documentation/
126+
paths-ignore-regex: (Documentation|USERS.md)/
127127
tests-clustermesh-upgrade.yaml:
128-
paths-ignore-regex: (test|Documentation|hubble)/
128+
paths-ignore-regex: (test|Documentation|hubble|USERS.md)/
129129
tests-datapath-verifier.yaml:
130130
paths-regex: (bpf|test/verifier|vendor|images)/
131131
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)/
133133
tests-e2e-upgrade.yaml:
134-
paths-ignore-regex: (test|Documentation|hubble)/
134+
paths-ignore-regex: (test|Documentation|hubble|USERS.md)/
135135
tests-ipsec-upgrade.yaml:
136-
paths-ignore-regex: (test|Documentation|hubble)/
136+
paths-ignore-regex: (test|Documentation|hubble|USERS.md)/
137137
hubble-cli-integration-test.yaml:
138-
paths-ignore-regex: (test|Documentation)/
138+
paths-ignore-regex: (test|Documentation|USERS.md)/

0 commit comments

Comments
 (0)