Skip to content

Commit b9115ee

Browse files
authored
Upload to test that embedding happened
1 parent 8e59ef3 commit b9115ee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/zip.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,8 @@ jobs:
149149
- name: Remove data before upload
150150
env:
151151
LEGACY: true
152-
if: ${{ failure() }}
153152
run: scripts/remove_data.sh abtesting
154153
- uses: actions/upload-artifact@v4
155-
if: ${{ failure() }}
156154
with:
157155
name: quickstart_artifacts_abtesting
158156
path: quickstart-ios/
@@ -204,10 +202,8 @@ jobs:
204202
- name: Test Swift Quickstart
205203
run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_framework.sh "${SDK}")
206204
- name: Remove data before upload
207-
if: ${{ failure() }}
208205
run: scripts/remove_data.sh authentiation
209206
- uses: actions/upload-artifact@v4
210-
if: ${{ failure() }}
211207
with:
212208
name: quickstart_artifacts_auth
213209
path: quickstart-ios/

0 commit comments

Comments
 (0)