Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

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

Merged
merged 3 commits into from
Aug 25, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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