Revert "Clear and generate new cache only when merging to develop" (#2550)
This reverts commit 0473c4b5f0.
This commit is contained in:
committed by
GitHub
parent
6f09f2fb77
commit
00f68a0f86
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user