Skip to content

Commit a483fd3

Browse files
authored
dataconnect.yml: unconditionally save and cache too
1 parent 1a91c29 commit a483fd3

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
@@ -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)