From 28a92f2038a2f4dc5b324cdcb1bf0f690011c446 Mon Sep 17 00:00:00 2001 From: Yunchi Wang <54880216+wyunchi-ms@users.noreply.github.com> Date: Sun, 26 Jun 2022 10:34:03 +0800 Subject: [PATCH] fix the config of md file in pipeline --- .ci-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci-config.json b/.ci-config.json index 49b5fe98c401..5ac915199931 100644 --- a/.ci-config.json +++ b/.ci-config.json @@ -87,7 +87,7 @@ "src/{ModuleName}/**/*.md$" ], "phases": [ - "build:dependent-module", + "build:related-module", "help:module" ] },