Skip to content

Commit

Permalink
Disable run-ui in build-contributor-pr.yml (mozilla-mobile#20981)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronMT committed Aug 23, 2021
1 parent d6ee05e commit 950b233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-contributor-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 950b233

Please sign in to comment.