Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 21601c1

Browse files
committed
Fix checking for external PRs
1 parent 7a576ca commit 21601c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install:
2222
2323
git submodule init
2424
25-
$full_build = $env:appveyor_repo_name -eq "github-for-unity/Unity"
25+
$full_build = Test-Path env:GHFU_KEY
2626
2727
if ($full_build) {
2828
$fileContent = "-----BEGIN RSA PRIVATE KEY-----`n"

0 commit comments

Comments
 (0)