@@ -188,7 +188,7 @@ workflows:
188188 tags :
189189 only : /dev-v[0-9]+(\.[0-9]+)*/
190190 branches :
191- only : /test\/.*/
191+ only : /test-cicd \/.*/
192192 - test-unit :
193193 requires :
194194 - test-dev-tag-as-not-passed
@@ -198,7 +198,7 @@ workflows:
198198 tags :
199199 only : /dev-v[0-9]+(\.[0-9]+)*/
200200 branches :
201- only : /test\/.*/
201+ only : /test-cicd \/.*/
202202 matrix :
203203 parameters :
204204 cdi-version : placeholder
@@ -211,7 +211,7 @@ workflows:
211211 tags :
212212 only : /dev-v[0-9]+(\.[0-9]+)*/
213213 branches :
214- only : /test\/.*/
214+ only : /test-cicd \/.*/
215215 - test-website-flask :
216216 requires :
217217 - test-dev-tag-as-not-passed
@@ -221,7 +221,7 @@ workflows:
221221 tags :
222222 only : /dev-v[0-9]+(\.[0-9]+)*/
223223 branches :
224- only : /test\/.*/
224+ only : /test-cicd \/.*/
225225 - test-website-django :
226226 requires :
227227 - test-dev-tag-as-not-passed
@@ -231,7 +231,7 @@ workflows:
231231 tags :
232232 only : /dev-v[0-9]+(\.[0-9]+)*/
233233 branches :
234- only : /test\/.*/
234+ only : /test-cicd \/.*/
235235 - test-website-django2x :
236236 requires :
237237 - test-dev-tag-as-not-passed
@@ -241,7 +241,7 @@ workflows:
241241 tags :
242242 only : /dev-v[0-9]+(\.[0-9]+)*/
243243 branches :
244- only : /test\/.*/
244+ only : /test-cicd \/.*/
245245 - test-authreact-fastapi :
246246 requires :
247247 - test-dev-tag-as-not-passed
@@ -251,7 +251,7 @@ workflows:
251251 tags :
252252 only : /dev-v[0-9]+(\.[0-9]+)*/
253253 branches :
254- only : /test\/.*/
254+ only : /test-cicd \/.*/
255255 matrix :
256256 parameters :
257257 fdi-version : placeholder
@@ -264,7 +264,7 @@ workflows:
264264 tags :
265265 only : /dev-v[0-9]+(\.[0-9]+)*/
266266 branches :
267- only : /test\/.*/
267+ only : /test-cicd \/.*/
268268 matrix :
269269 parameters :
270270 fdi-version : placeholder
@@ -277,7 +277,7 @@ workflows:
277277 tags :
278278 only : /dev-v[0-9]+(\.[0-9]+)*/
279279 branches :
280- only : /test\/.*/
280+ only : /test-cicd \/.*/
281281 matrix :
282282 parameters :
283283 fdi-version : placeholder
@@ -297,4 +297,4 @@ workflows:
297297 tags :
298298 only : /dev-v[0-9]+(\.[0-9]+)*/
299299 branches :
300- only : /test\/.*/
300+ only : /test-cicd \/.*/
0 commit comments