Skip to content

Commit

Permalink
Disable run-ui in contributor workflow
Browse files Browse the repository at this point in the history
Seems to be another intermittent issue with downloading Gradle. 

```Kotlin
Downloading https://services.gradle.org/distributions/gradle-7.0.2-all.zip
WARNING | /etc/localtime does not point to zoneinfo-compatible timezone name

Exception in thread "main" java.net.SocketException: Broken pipe (Write failed)
```
  • Loading branch information
AaronMT authored and mergify[bot] committed Dec 8, 2021
1 parent 530e315 commit dea1903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-contributor-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

run-ui:
runs-on: macos-11
if: github.event.pull_request.head.repo.full_name != github.repository && github.actor != 'MickeyMoz'
if: ${{ false }}

timeout-minutes: 60
strategy:
Expand Down

0 comments on commit dea1903

Please sign in to comment.