Skip to content

Commit 80b91b6

Browse files
authored
ci: fix build feature for benchmark (#17796)
1 parent 21a96a4 commit 80b91b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/cloud.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
sha: ${{ needs.info.outputs.sha }}
6666
target: ${{ matrix.arch }}-unknown-linux-gnu
6767
artifacts: meta,query
68-
category: full
69-
features: python-udf,storage-hdfs
68+
category: docker
69+
features: python-udf
7070

7171
docker:
7272
needs: [info, build]
@@ -82,15 +82,15 @@ jobs:
8282
sha: ${{ needs.info.outputs.sha }}
8383
target: x86_64-unknown-linux-gnu
8484
path: ./distro/linux/amd64/
85-
category: full
85+
category: docker
8686
artifacts: query
8787
- name: Download artifact for aarch64
8888
uses: ./.github/actions/artifact_download
8989
with:
9090
sha: ${{ needs.info.outputs.sha }}
9191
target: aarch64-unknown-linux-gnu
9292
path: ./distro/linux/arm64/
93-
category: full
93+
category: docker
9494
artifacts: query
9595
- uses: ./.github/actions/setup_docker
9696
id: login

0 commit comments

Comments
 (0)