@@ -16,15 +16,15 @@ workflows:
1616 - amd64_build
1717 filters :
1818 branches :
19- ignore :
19+ only :
2020 - /rel\/.*/
2121 - /hotfix\/.*/
2222 - amd64_test_nightly :
2323 requires :
2424 - amd64_build
2525 filters :
2626 branches :
27- only :
27+ ignore :
2828 - /rel\/.*/
2929 - /hotfix\/.*/
3030 context : slack-secrets
@@ -33,15 +33,15 @@ workflows:
3333 - amd64_build
3434 filters :
3535 branches :
36- ignore :
36+ only :
3737 - /rel\/.*/
3838 - /hotfix\/.*/
3939 - amd64_integration_nightly :
4040 requires :
4141 - amd64_build
4242 filters :
4343 branches :
44- only :
44+ ignore :
4545 - /rel\/.*/
4646 - /hotfix\/.*/
4747 context : slack-secrets
@@ -50,15 +50,15 @@ workflows:
5050 - amd64_build
5151 filters :
5252 branches :
53- ignore :
53+ only :
5454 - /rel\/.*/
5555 - /hotfix\/.*/
5656 - amd64_e2e_subs_nightly :
5757 requires :
5858 - amd64_build
5959 filters :
6060 branches :
61- only :
61+ ignore :
6262 - /rel\/.*/
6363 - /hotfix\/.*/
6464 context : slack-secrets
@@ -67,15 +67,15 @@ workflows:
6767 - amd64_build
6868 filters :
6969 branches :
70- ignore :
70+ only :
7171 - /rel\/.*/
7272 - /hotfix\/.*/
7373 - amd64_e2e_expect_nightly :
7474 requires :
7575 - amd64_build
7676 filters :
7777 branches :
78- only :
78+ ignore :
7979 - /rel\/.*/
8080 - /hotfix\/.*/
8181 context : slack-secrets
@@ -85,15 +85,15 @@ workflows:
8585 - arm64_build
8686 filters :
8787 branches :
88- ignore :
88+ only :
8989 - /rel\/.*/
9090 - /hotfix\/.*/
9191 - arm64_test_nightly :
9292 requires :
9393 - arm64_build
9494 filters :
9595 branches :
96- only :
96+ ignore :
9797 - /rel\/.*/
9898 - /hotfix\/.*/
9999 context : slack-secrets
@@ -102,15 +102,15 @@ workflows:
102102 - arm64_build
103103 filters :
104104 branches :
105- ignore :
105+ only :
106106 - /rel\/.*/
107107 - /hotfix\/.*/
108108 - arm64_integration_nightly :
109109 requires :
110110 - arm64_build
111111 filters :
112112 branches :
113- only :
113+ ignore :
114114 - /rel\/.*/
115115 - /hotfix\/.*/
116116 context : slack-secrets
@@ -119,15 +119,15 @@ workflows:
119119 - arm64_build
120120 filters :
121121 branches :
122- ignore :
122+ only :
123123 - /rel\/.*/
124124 - /hotfix\/.*/
125125 - arm64_e2e_subs_nightly :
126126 requires :
127127 - arm64_build
128128 filters :
129129 branches :
130- only :
130+ ignore :
131131 - /rel\/.*/
132132 - /hotfix\/.*/
133133 context : slack-secrets
@@ -136,15 +136,15 @@ workflows:
136136 - arm64_build
137137 filters :
138138 branches :
139- ignore :
139+ only :
140140 - /rel\/.*/
141141 - /hotfix\/.*/
142142 - arm64_e2e_expect_nightly :
143143 requires :
144144 - arm64_build
145145 filters :
146146 branches :
147- only :
147+ ignore :
148148 - /rel\/.*/
149149 - /hotfix\/.*/
150150 context : slack-secrets
@@ -154,15 +154,15 @@ workflows:
154154 - mac_amd64_build
155155 filters :
156156 branches :
157- ignore :
157+ only :
158158 - /rel\/.*/
159159 - /hotfix\/.*/
160160 - mac_amd64_test_nightly :
161161 requires :
162162 - mac_amd64_build
163163 filters :
164164 branches :
165- only :
165+ ignore :
166166 - /rel\/.*/
167167 - /hotfix\/.*/
168168 context : slack-secrets
@@ -171,15 +171,15 @@ workflows:
171171 - mac_amd64_build
172172 filters :
173173 branches :
174- ignore :
174+ only :
175175 - /rel\/.*/
176176 - /hotfix\/.*/
177177 - mac_amd64_integration_nightly :
178178 requires :
179179 - mac_amd64_build
180180 filters :
181181 branches :
182- only :
182+ ignore :
183183 - /rel\/.*/
184184 - /hotfix\/.*/
185185 context : slack-secrets
@@ -188,15 +188,15 @@ workflows:
188188 - mac_amd64_build
189189 filters :
190190 branches :
191- ignore :
191+ only :
192192 - /rel\/.*/
193193 - /hotfix\/.*/
194194 - mac_amd64_e2e_subs_nightly :
195195 requires :
196196 - mac_amd64_build
197197 filters :
198198 branches :
199- only :
199+ ignore :
200200 - /rel\/.*/
201201 - /hotfix\/.*/
202202 context : slack-secrets
@@ -205,15 +205,15 @@ workflows:
205205 - mac_amd64_build
206206 filters :
207207 branches :
208- ignore :
208+ only :
209209 - /rel\/.*/
210210 - /hotfix\/.*/
211211 - mac_amd64_e2e_expect_nightly :
212212 requires :
213213 - mac_amd64_build
214214 filters :
215215 branches :
216- only :
216+ ignore :
217217 - /rel\/.*/
218218 - /hotfix\/.*/
219219 context : slack-secrets
0 commit comments