From c60a5dbf443baa1e2d6c59da3778dd8456be741d Mon Sep 17 00:00:00 2001 From: William Wen <44139337+wenym1@users.noreply.github.com> Date: Wed, 22 Feb 2023 19:13:44 +0800 Subject: [PATCH] fix(ci): make java-binding-e2e release test depends on build-release (#8127) In the release CI yaml, there is no item named `build`, which is different to the PR CI. Therefore, the CI in PR works, but fails on release CI. This PR fix it. Approved-By: xxchan --- ci/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/workflows/main.yml b/ci/workflows/main.yml index 9bf27d704fe1..d9eca30a9778 100644 --- a/ci/workflows/main.yml +++ b/ci/workflows/main.yml @@ -303,7 +303,7 @@ steps: - label: "e2e java-binding test (at release)" command: "ci/scripts/java-binding-test.sh -p ci-release" - depends_on: "build" + depends_on: "build-release" plugins: - gencer/cache#v2.4.10: *cargo-cache - docker-compose#v4.9.0: