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