Skip to content

Commit

Permalink
build: ci fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardo2016x committed Dec 7, 2024
1 parent 463bbaa commit 43b77f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43b77f9

Please sign in to comment.