From 43b77f9dfdb3876eec95fbeb86d3012f5b60cac1 Mon Sep 17 00:00:00 2001 From: richardo2016x Date: Sat, 7 Dec 2024 21:45:04 +0800 Subject: [PATCH] build: ci fix. --- .github/workflows/autobuild.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index ffe7922df97..9bc87cc1a7a 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -78,8 +78,9 @@ jobs: - name: build run: | - # for branch tmp/202*, force notify_lark=true echo "GIT_REF is $GIT_REF" + echo "build_type is $build_type" + # for branch tmp/202*, force notify_lark=true if [[ $GIT_REF == refs/heads/tmp/202* ]]; then export notify_lark=true; fi