Skip to content

Commit

Permalink
add restore key for caching
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Dec 4, 2023
1 parent 80ee554 commit 699c0bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
path: ~/.m2
key: ${{ runner.os }}-build-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-build-${{ hashFiles('**/pom.xml') }}
${{ runner.os }}-build-
${{ runner.os }}-
- name: maven-settings
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cryostat-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
path: ~/.m2
key: ${{ runner.os }}-build-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-build-${{ hashFiles('**/pom.xml') }}
${{ runner.os }}-build-
${{ runner.os }}-
- name: maven-settings
Expand Down

0 comments on commit 699c0bc

Please sign in to comment.