For #22710 - Disable run-ui in build-contributor-pr workflow (#22720)

* Disable run-ui in build-contributor-pr workflow

Unfortunately the problem with INSTALL_FAILED_INSUFFICIENT_STORAGE is still showcasing itself on v2.21.0 – I'm not aware of any workaround at this moment in time, so I'm disabling this step of the workflow again.

* Update build-contributor-pr.yml
upstream-sync
Aaron Train 2 years ago committed by GitHub
parent 2c5cfb2447
commit 77191d8ef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -107,7 +107,7 @@ jobs:
run-ui:
runs-on: macos-11
if: github.event.pull_request.head.repo.full_name != github.repository && github.actor != 'MickeyMoz'
if: ${{ false }}
timeout-minutes: 60
strategy:

Loading…
Cancel
Save