Skip to content

Commit

Permalink
No issue: Fix workflow if statement in build-contributor-pr.yml (mozi…
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronMT committed Aug 25, 2021
1 parent 95f4b46 commit 39c7d4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-contributor-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,8 @@ 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'
if: ${{ false }} # disable for now'

timeout-minutes: 60
strategy:
Expand Down

0 comments on commit 39c7d4b

Please sign in to comment.