Skip to content

Commit 15c5519

Browse files
committed
increase concurrency
1 parent 15a83e1 commit 15c5519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
cache: 'pip'
5555
- name: Check kyuubi modules available
5656
id: modules-check
57-
run: build/mvnd dependency:resolve -DincludeGroupIds="org.apache.kyuubi" -DincludeScope="compile" -DexcludeTransitive=true ${{ matrix.profiles }}
57+
run: build/mvnd dependency:resolve -T2C -DincludeGroupIds="org.apache.kyuubi" -DincludeScope="compile" -DexcludeTransitive=true ${{ matrix.profiles }}
5858
continue-on-error: true
5959

6060
- name: Install

0 commit comments

Comments
 (0)