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:
111111
112112 - name : Save Gradle cache
113113 uses : actions/cache/save@v4
114- # if: github.event_name == 'schedule'
114+ if : github.event_name == 'schedule'
115115 with :
116116 path : |
117117 ~/.gradle/caches
@@ -138,7 +138,7 @@ jobs:
138138 - run : echo "github.event_name == '${{ github.event_name }}' steps.avd-cache.outputs.cache-hit == '${{ steps.avd-cache.outputs.cache-hit }}'"
139139
140140 - 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'
142142 uses : reactivecircus/android-emulator-runner@v2
143143 with :
144144 api-level : ${{ env.FDC_ANDROID_EMULATOR_API_LEVEL }}
@@ -150,7 +150,7 @@ jobs:
150150
151151 - name : Save AVD cache
152152 uses : actions/cache/save@v4
153- # if: github.event_name == 'schedule'
153+ if : github.event_name == 'schedule'
154154 with :
155155 path : |
156156 ~/.android/avd/*
You can’t perform that action at this time.
0 commit comments