We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baace35 commit ceeba01Copy full SHA for ceeba01
1 file changed
.github/workflows/android-ci.yml
@@ -36,8 +36,8 @@ jobs:
36
- name: Setup Gradle
37
uses: gradle/actions/setup-gradle@v4
38
with:
39
- # 빌드 성공 시 미사용 캐시 엔트리 자동 정리 (default: never)
40
- cache-cleanup: on-success
+ # 빌드 성공 시 미사용 캐시 엔트리 자동 정리 (default: on-success)
+ # cache-cleanup: on-success
41
# PR에서는 캐시 읽기만 허용, push(develop/main)에서만 캐시 갱신하여 용량 절약
42
cache-read-only: ${{ github.event_name == 'pull_request' }}
43
@@ -80,8 +80,8 @@ jobs:
80
81
82
83
84
85
86
87
0 commit comments