Skip to content

Commit 38ecc08

Browse files
committed
[GHA] remove save-always cache flag
1 parent c7a3cca commit 38ecc08

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/android_integration_test.yml

-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
~/.gradle/caches
6464
~/.gradle/wrapper
6565
key: gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}-${{ hashFiles('**/buildSrc/**/*.kt') }}
66-
safe-always: true
6766

6867
- name: AVD cache
6968
uses: actions/cache@v4
@@ -73,7 +72,6 @@ jobs:
7372
~/.android/avd/*
7473
~/.android/adb*
7574
key: avd-${{ matrix.api-level }}-${{ matrix.device }}
76-
safe-always: true
7775

7876
- name: Start colima a docker runtime for MacOs
7977
run: |

0 commit comments

Comments
 (0)