Skip to content

Commit 93e655e

Browse files
authored
dataconnect.yml: temporarily comment out scheduling filter
1 parent 2014354 commit 93e655e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dataconnect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 }}

0 commit comments

Comments
 (0)