Skip to content

Commit

Permalink
Revert "Improve CI with cancel & concurrency"
Browse files Browse the repository at this point in the history
This reverts commit 57641ac.
  • Loading branch information
yaooqinn committed Mar 18, 2022
1 parent 57641ac commit 494c3a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
with:
distribution: zulu
java-version: 8
cache: 'maven'
check-latest: false
- name: Scalastyle with maven
run: build/mvn -T 4 scalastyle:check ${{ matrix.profiles }} -pl '!:kyuubi-codecov_2.12,!:kyuubi-assembly_2.12'
- name: Upload scalastyle report
Expand Down

0 comments on commit 494c3a8

Please sign in to comment.