Refine Cache names

This commit is contained in:
Mark Paluch
2024-12-06 09:46:41 +01:00
parent ac3c11e529
commit b86fc039af
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ jobs:
uses: actions/cache@v4.2.0
with:
path: ~/.m2
key: ${{ runner.os }}-maven-${{ github.event.inputs.module }}
key: ${{ runner.os }}-maven-commercial-${{ github.event.inputs.module }}
restore-keys: ${{ runner.os }}-maven
- name: Cache Antora
uses: actions/cache@v4

View File

@@ -50,7 +50,7 @@ jobs:
uses: actions/cache@v4.2.0
with:
path: ~/.m2
key: ${{ runner.os }}-maven-${{ github.event.inputs.module }}
key: ${{ runner.os }}-maven-oss-${{ github.event.inputs.module }}
restore-keys: ${{ runner.os }}-maven
- name: Cache Antora
uses: actions/cache@v4