From a79eb54a1dc014963720c3dfec781b53c238a36c Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 13 Sep 2024 14:14:23 +0200 Subject: [PATCH] Introduce per module caching. --- .github/workflows/antora-site.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/antora-site.yml b/.github/workflows/antora-site.yml index b369f51..df5d71e 100644 --- a/.github/workflows/antora-site.yml +++ b/.github/workflows/antora-site.yml @@ -50,7 +50,8 @@ jobs: uses: actions/cache@v3 with: path: ~/.m2 - key: ${{ runner.os }}-maven + key: ${{ runner.os }}-maven-${{ github.event.inputs.module }} + restore-keys: ${{ runner.os }}-maven - name: Cache Antora uses: actions/cache@v3 with: