Skip to content

Commit c6583dd

Browse files
committed
dataconnect.yml: uncomment temporarily-commented code
1 parent a483fd3 commit c6583dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dataconnect.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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/*

0 commit comments

Comments
 (0)