From 07483065731495db93dbba301ddc920382c42269 Mon Sep 17 00:00:00 2001 From: Quentin VIGNAUD Date: Fri, 5 Dec 2025 17:10:10 +0100 Subject: [PATCH] Proceed anyway --- .melodium-ci/lib-root.mel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.melodium-ci/lib-root.mel b/.melodium-ci/lib-root.mel index a4a7ff54..67bdf758 100644 --- a/.melodium-ci/lib-root.mel +++ b/.melodium-ci/lib-root.mel @@ -309,7 +309,7 @@ treatment buildTestAyaForArchUsingImage[logger: Logger, dispatcher: CicdDispatch ) ) - /*ready.awaited*/ checkout.success -> build.trigger,finished -> Self.finished + /*ready.awaited*/ checkout.finished -> build.trigger,finished -> Self.finished pendingState: postGithubStateContext[contexts=github_contexts, logger=logger](state = |pending(), name = short_rust_arch, description = "Build and Test Aya on arch", log_response = true) successState: postGithubStateContext[contexts=github_contexts, logger=logger](state = |success(), name = short_rust_arch, description = "Build and Test Aya on arch", log_response = true)