Skip to content

Commit d8f5ab0

Browse files
authored
Only run conda builds for tagged commits
1 parent 6d2f0bd commit d8f5ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/appveyor_build_recipe.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if ($env:PLATFORM -eq "x86"){
1313
$env:CONDA_BLD = "$env:CONDA_BLD" + "-x64"
1414
}
1515

16-
if ($env:APPVEYOR_PULL_REQUEST_NUMBER -or $env:APPVEYOR_REPO_TAG_NAME -or $env:FORCE_CONDA_BUILD -eq "True") {
16+
if ($env:APPVEYOR_REPO_TAG_NAME -or $env:FORCE_CONDA_BUILD -eq "True") {
1717
# Update PATH, and keep a copy to restore at end of this PowerShell script
1818
$old_path = $env:path
1919
$env:path = "$env:CONDA_BLD;$env:CONDA_BLD\Scripts;" + $env:path

0 commit comments

Comments
 (0)