No issue: Fix workflow if statement in build-contributor-pr.yml (#20982)

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

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

Loading…
Cancel
Save