File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111
111
112
112
- name : Save Gradle cache
113
113
uses : actions/cache/save@v4
114
- # if: github.event_name == 'schedule'
114
+ if : github.event_name == 'schedule'
115
115
with :
116
116
path : |
117
117
~/.gradle/caches
@@ -138,7 +138,7 @@ jobs:
138
138
- run : echo "github.event_name == '${{ github.event_name }}' steps.avd-cache.outputs.cache-hit == '${{ steps.avd-cache.outputs.cache-hit }}'"
139
139
140
140
- name : Create AVD
141
- # if: github.event_name == 'schedule' || steps.avd-cache.outputs.cache-hit != 'true'
141
+ if : github.event_name == 'schedule' || steps.avd-cache.outputs.cache-hit != 'true'
142
142
uses : reactivecircus/android-emulator-runner@v2
143
143
with :
144
144
api-level : ${{ env.FDC_ANDROID_EMULATOR_API_LEVEL }}
@@ -150,7 +150,7 @@ jobs:
150
150
151
151
- name : Save AVD cache
152
152
uses : actions/cache/save@v4
153
- # if: github.event_name == 'schedule'
153
+ if : github.event_name == 'schedule'
154
154
with :
155
155
path : |
156
156
~/.android/avd/*
You can’t perform that action at this time.
0 commit comments