We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2014354 commit 93e655eCopy full SHA for 93e655e
.github/workflows/dataconnect.yml
@@ -138,7 +138,7 @@ jobs:
138
- run: echo "github.event_name == '${{ github.event_name }}' steps.avd-cache.outputs.cache-hit == '${{ steps.avd-cache.outputs.cache-hit }}'"
139
140
- name: Create AVD
141
- if: github.event_name == 'schedule' || steps.avd-cache.outputs.cache-hit != 'true'
+ #if: github.event_name == 'schedule' || steps.avd-cache.outputs.cache-hit != 'true'
142
uses: reactivecircus/android-emulator-runner@v2
143
with:
144
api-level: ${{ env.FDC_ANDROID_EMULATOR_API_LEVEL }}
0 commit comments