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 5619e49 commit c3db2a4Copy full SHA for c3db2a4
.github/workflows/apple.yml
@@ -191,7 +191,7 @@ jobs:
191
192
upload-frameworks-ios:
193
runs-on: ubuntu-22.04
194
- needs: [build-frameworks-ios, set-version]
+ # needs: [build-frameworks-ios, set-version]
195
timeout-minutes: 30
196
# UNCOMMENT THIS LINE BEFORE LANDING
197
# envionrment: ${{ (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/nightly') && 'cherry-pick-bot' || '' }}
@@ -226,6 +226,8 @@ jobs:
226
run: |
227
echo "UPLOAD_ON_MAIN=1" >> "${GITHUB_ENV}"
228
- name: Upload the artifact to ossci-ios S3 bucket
229
+ # DEBUG
230
+ if: false
231
shell: bash
232
233
set -eux
0 commit comments