Disable run-ui in build-contributor-pr.yml (#20981)

upstream-sync
Aaron Train 3 years ago committed by GitHub
parent d6ee05e514
commit 950b2332d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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'

Loading…
Cancel
Save