diff --git a/.github/workflows/ci-actions-incremental.yml b/.github/workflows/ci-actions-incremental.yml index de4c6b03d262f..ff7132497009e 100644 --- a/.github/workflows/ci-actions-incremental.yml +++ b/.github/workflows/ci-actions-incremental.yml @@ -409,6 +409,14 @@ jobs: path: . - name: Extract .m2/repository/io/quarkus run: tar -xzf m2-io-quarkus.tgz -C ~ + - name: Cache Develocity local cache + uses: actions/cache@v4 + if: github.event_name == 'pull_request' + with: + path: ~/.m2/.develocity/build-cache + key: develocity-cache-JVM Tests - JDK ${{matrix.java.name}}-${{ github.event.pull_request.number }}-${{ github.event.pull_request.head.sha }} + restore-keys: | + develocity-cache-JVM Tests - JDK ${{matrix.java.name}}-${{ github.event.pull_request.number }}- - name: Setup Develocity Build Scan capture uses: gradle/develocity-actions/maven-setup@v1 with: