We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80be65 commit 4a4cdbaCopy full SHA for 4a4cdba
.github/workflows/pr-check.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/cache/restore@v4
24
with:
25
path: ~/.m2/build-cache
26
- key: build-cache-${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
+ key: build-cache-${{ runner.os }}-${{ hashFiles('**/pom.xml', '!**/target/**') }}
27
restore-keys: |
28
build-cache-${{ runner.os }}-
29
@@ -35,4 +35,4 @@ jobs:
35
uses: actions/cache/save@v4
36
37
38
0 commit comments