Revert "Clear and generate new cache only when merging to develop" (#2550)

This reverts commit 0473c4b5f0.
This commit is contained in:
Jorge Martin Espinosa
2024-03-14 13:34:19 +01:00
committed by GitHub
parent 6f09f2fb77
commit 00f68a0f86
2 changed files with 34 additions and 1 deletions

View File

@@ -47,7 +47,6 @@ jobs:
uses: gradle/actions/setup-gradle@v3
with:
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
gradle-home-cache-cleanup: ${{ github.ref == 'refs/heads/develop' }}
- name: ⚙️ Run unit tests, debug and release
run: ./gradlew test $CI_GRADLE_ARG_PROPERTIES