From 950b2332d6fc5aa2c5e9b5e7faa64966d3d11757 Mon Sep 17 00:00:00 2001 From: Aaron Train Date: Mon, 23 Aug 2021 16:52:53 -0400 Subject: [PATCH] Disable run-ui in build-contributor-pr.yml (#20981) --- .github/workflows/build-contributor-pr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-contributor-pr.yml b/.github/workflows/build-contributor-pr.yml index f7f992f75..8b2cace1e 100644 --- a/.github/workflows/build-contributor-pr.yml +++ b/.github/workflows/build-contributor-pr.yml @@ -106,6 +106,7 @@ jobs: path: app/build/reports/lint-results-debug.html run-ui: + if: ${{ false }} # disable for now runs-on: macos-11 if: github.event.pull_request.head.repo.full_name != github.repository && github.actor != 'MickeyMoz'