Skip to content

Commit 1dc9bbd

Browse files
[chore](ci) Update branch condition for thrift setup (#59251)
1 parent 31b5608 commit 1dc9bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: |
7676
pushd thirdparty
7777
branch="${{ github.base_ref }}"
78-
if [[ -z "${branch}" ]] || [[ "${branch}" == 'master' || "${branch}" == 'branch-3.0' || "${branch}" == 'branch-2.1' ]]; then
78+
if [[ -z "${branch}" ]] || [[ "${branch}" == 'master' || "${branch}" == 'branch-4.0' || "${branch}" == 'branch-3.0' || "${branch}" == 'branch-2.1' ]]; then
7979
curl -L https://github.com/apache/doris-thirdparty/releases/download/automation/doris-thirdparty-prebuilt-linux-x86_64.tar.xz \
8080
-o doris-thirdparty-prebuilt-linux-x86_64.tar.xz
8181
else

0 commit comments

Comments
 (0)