From 77191d8ef2e39fdf460b4244b954ec85a82e12ea Mon Sep 17 00:00:00 2001 From: Aaron Train Date: Mon, 6 Dec 2021 13:12:55 -0500 Subject: [PATCH] For #22710 - Disable run-ui in build-contributor-pr workflow (#22720) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- .github/workflows/build-contributor-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-contributor-pr.yml b/.github/workflows/build-contributor-pr.yml index b65c9cae5..42da01b41 100644 --- a/.github/workflows/build-contributor-pr.yml +++ b/.github/workflows/build-contributor-pr.yml @@ -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: