Refine Cache names
This commit is contained in:
2
.github/workflows/antora-commercial-site.yml
vendored
2
.github/workflows/antora-commercial-site.yml
vendored
@@ -60,7 +60,7 @@ jobs:
|
|||||||
uses: actions/cache@v4.2.0
|
uses: actions/cache@v4.2.0
|
||||||
with:
|
with:
|
||||||
path: ~/.m2
|
path: ~/.m2
|
||||||
key: ${{ runner.os }}-maven-${{ github.event.inputs.module }}
|
key: ${{ runner.os }}-maven-commercial-${{ github.event.inputs.module }}
|
||||||
restore-keys: ${{ runner.os }}-maven
|
restore-keys: ${{ runner.os }}-maven
|
||||||
- name: Cache Antora
|
- name: Cache Antora
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
|||||||
2
.github/workflows/antora-oss-site.yml
vendored
2
.github/workflows/antora-oss-site.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
|||||||
uses: actions/cache@v4.2.0
|
uses: actions/cache@v4.2.0
|
||||||
with:
|
with:
|
||||||
path: ~/.m2
|
path: ~/.m2
|
||||||
key: ${{ runner.os }}-maven-${{ github.event.inputs.module }}
|
key: ${{ runner.os }}-maven-oss-${{ github.event.inputs.module }}
|
||||||
restore-keys: ${{ runner.os }}-maven
|
restore-keys: ${{ runner.os }}-maven
|
||||||
- name: Cache Antora
|
- name: Cache Antora
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user