Skip to content

Commit

Permalink
Add test to trigger pr review
Browse files Browse the repository at this point in the history
  • Loading branch information
zyassine committed Oct 7, 2024
1 parent e9c5d16 commit e393053
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
# ------------------
Expand All @@ -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:
Expand Down

0 comments on commit e393053

Please sign in to comment.