Skip to content

Commit 6db35cf

Browse files
committed
fix syntax
1 parent d478651 commit 6db35cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/zip.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,7 @@ jobs:
201201
# - name: Test Quickstart
202202
# run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_framework.sh "${SDK}")
203203
# - name: Remove data before upload
204-
# if: ${{ failure() }}
205-
if: always()
204+
# if: always()
206205
# run: scripts/remove_data.sh abtesting
207206
# # - uses: actions/upload-artifact@v4
208207
# # if: ${{ failure() }}

0 commit comments

Comments
 (0)