Skip to content

Commit 4e0154c

Browse files
committed
Naming
1 parent fd474ba commit 4e0154c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ jobs:
126126
uses: actions/cache@v4
127127
with:
128128
path: '**/target/pmd/pmd.cache'
129-
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
129+
key: ${{ runner.os }}-pmd-${{ hashFiles('**/pom.xml') }}
130130
restore-keys: |
131-
${{ runner.os }}-maven-
131+
${{ runner.os }}-pmd-
132132
133133
- name: Run PMD
134134
run: ./mvnw -B test pmd:aggregate-pmd-no-fork pmd:check -P pmd -DskipTests -T2C

0 commit comments

Comments
 (0)