[fenix] Disable run-ui in build-contributor-pr.yml (https://github.com/mozilla-mobile/fenix/pull/20981)

pull/600/head
Aaron Train 3 years ago committed by GitHub
parent 9d0b4be582
commit 8fd87ab361

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