Skip to content

Commit c3db2a4

Browse files
authored
Debug
1 parent 5619e49 commit c3db2a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/apple.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
192192
upload-frameworks-ios:
193193
runs-on: ubuntu-22.04
194-
needs: [build-frameworks-ios, set-version]
194+
# needs: [build-frameworks-ios, set-version]
195195
timeout-minutes: 30
196196
# UNCOMMENT THIS LINE BEFORE LANDING
197197
# envionrment: ${{ (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/nightly') && 'cherry-pick-bot' || '' }}
@@ -226,6 +226,8 @@ jobs:
226226
run: |
227227
echo "UPLOAD_ON_MAIN=1" >> "${GITHUB_ENV}"
228228
- name: Upload the artifact to ossci-ios S3 bucket
229+
# DEBUG
230+
if: false
229231
shell: bash
230232
run: |
231233
set -eux

0 commit comments

Comments
 (0)