From b86fc039af5fcececda48bba16c2aded0ca58d25 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 6 Dec 2024 09:46:41 +0100 Subject: [PATCH] Refine Cache names --- .github/workflows/antora-commercial-site.yml | 2 +- .github/workflows/antora-oss-site.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/antora-commercial-site.yml b/.github/workflows/antora-commercial-site.yml index bdc54a6..16239bb 100644 --- a/.github/workflows/antora-commercial-site.yml +++ b/.github/workflows/antora-commercial-site.yml @@ -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 diff --git a/.github/workflows/antora-oss-site.yml b/.github/workflows/antora-oss-site.yml index f183b1e..fba9f63 100644 --- a/.github/workflows/antora-oss-site.yml +++ b/.github/workflows/antora-oss-site.yml @@ -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