Skip to content

Commit

Permalink
[INLONG-10661][Release] Bumped 1.13.0 branch version to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fuweng11 committed Jul 23, 2024
1 parent c4794de commit a90ddd8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci_ut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ jobs:
java-version: 8
distribution: adopt

- name: Cache Maven packages
uses: actions/cache@v4
with:
path: |
~/.m2/repository
!~/.m2/repository/org/apache/inlong
key: ${{ runner.os }}-inlong-ut-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-inlong-ut
# - name: Cache Maven packages
# uses: actions/cache@v4
# with:
# path: |
# ~/.m2/repository
# !~/.m2/repository/org/apache/inlong
# key: ${{ runner.os }}-inlong-ut-${{ hashFiles('**/pom.xml') }}
# restore-keys: ${{ runner.os }}-inlong-ut

- name: Remove unnecessary packages
run: |
Expand Down

0 comments on commit a90ddd8

Please sign in to comment.