Introduce per module caching.

This commit is contained in:
Mark Paluch
2024-09-13 14:14:23 +02:00
parent 21f9aa96d5
commit a79eb54a1d

View File

@@ -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: