From 5a276509a56b2adee48937393e076edb1113175e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aar=C3=B3n=20Garc=C3=ADa=20Herv=C3=A1s?= Date: Wed, 21 Aug 2024 17:32:51 +0200 Subject: [PATCH] test test_types_next job --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9663befce4be95..d2888af7b6ed45 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -839,6 +839,10 @@ workflows: <<: *default-context requires: - checkout + - test_types_next: + <<: *default-context + requires: + - checkout e2e-website: when: equal: [e2e-website, << pipeline.parameters.workflow >>]