File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 77
77
- name : Restore Gradle cache
78
78
id : restore-gradle-cache
79
79
uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # 4.2.2
80
- if : github.event_name != 'schedule'
81
80
with :
82
81
path : |
83
82
~/.gradle/caches
@@ -121,7 +120,6 @@ jobs:
121
120
122
121
- name : Save Gradle cache
123
122
uses : actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # 4.2.2
124
- if : github.event_name == 'schedule'
125
123
with :
126
124
path : |
127
125
~/.gradle/caches
@@ -137,7 +135,6 @@ jobs:
137
135
138
136
- name : Restore AVD cache
139
137
uses : actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # 4.2.2
140
- if : github.event_name != 'schedule'
141
138
id : restore-avd-cache
142
139
with :
143
140
path : |
@@ -148,7 +145,7 @@ jobs:
148
145
avd-cache-zhdsn586je-api${{ env.FDC_ANDROID_EMULATOR_API_LEVEL }}-
149
146
150
147
- name : Create AVD
151
- if : github.event_name == 'schedule' || steps.restore-avd-cache.outputs.cache-hit != 'true'
148
+ if : steps.restore-avd-cache.outputs.cache-hit != 'true'
152
149
uses : reactivecircus/android-emulator-runner@62dbb605bba737720e10b196cb4220d374026a6d # v2.33.0
153
150
with :
154
151
api-level : ${{ env.FDC_ANDROID_EMULATOR_API_LEVEL }}
@@ -160,7 +157,6 @@ jobs:
160
157
161
158
- name : Save AVD cache
162
159
uses : actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # 4.2.2
163
- if : github.event_name == 'schedule'
164
160
with :
165
161
path : |
166
162
~/.android/avd/*
You can’t perform that action at this time.
0 commit comments