From 4cda50f867714ea7c6d1c0fa77e8f9c87aed9892 Mon Sep 17 00:00:00 2001 From: zyassine Date: Mon, 7 Oct 2024 17:04:22 +0200 Subject: [PATCH] Add test to trigger pr review --- .circleci/test-deploy.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.circleci/test-deploy.yml b/.circleci/test-deploy.yml index e1d5095..e415e08 100644 --- a/.circleci/test-deploy.yml +++ b/.circleci/test-deploy.yml @@ -182,6 +182,15 @@ jobs: workspace: noos-prod plan_message: ${CIRCLE_BUILD_URL} + integration_test_trigger_pr_review: + executor: + name: noos-ci/default + tag: latest + steps: + - checkout + - noos-ci/github_post_comment: + comment: /review + # ------------------ # Pipeline workflows # ------------------ @@ -196,6 +205,8 @@ workflows: - integration_test_python_test_package_uv - integration_test_python_build_wheel_uv - integration_test_helm_lint_chart + - integration_test_trigger_pr_review: + context: CODIUM_SHARED - integration_test_helm_build_chart: context: CIRCLECI_SHARED - integration_test_docker_build_image: