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 dedff68 commit 336cf32Copy full SHA for 336cf32
.github/workflows/dataconnect.yml
@@ -121,7 +121,7 @@ jobs:
121
path: |
122
~/.gradle/caches
123
~/.gradle/wrapper
124
- key: gradle-cache-jqnvfzw6w7
+ key: gradle-cache-jqnvfzw6w7-${{ github.run_id }}
125
126
- name: Enable KVM group permissions for Android Emulator
127
run: |
@@ -160,7 +160,7 @@ jobs:
160
161
~/.android/avd/*
162
~/.android/adb*
163
- key: avd-cache-zhdsn586je-api${{ env.FDC_ANDROID_EMULATOR_API_LEVEL }}
+ key: avd-cache-zhdsn586je-api${{ env.FDC_ANDROID_EMULATOR_API_LEVEL }}-${{ github.run_id }}
164
165
- name: Data Connect Emulator
166
0 commit comments