mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
ci: do not run WOA builds on older versions of Electron (#20118)
This commit is contained in:
@@ -32,6 +32,9 @@ environment:
|
||||
ELECTRON_OUT_DIR: Default
|
||||
build_script:
|
||||
- ps: >-
|
||||
if($env:APPVEYOR_PROJECT_NAME -eq "electron-woa-testing") {
|
||||
Write-warning "WOA builds not supported on older versions of Electron"; Exit-AppveyorBuild
|
||||
}
|
||||
if(($env:APPVEYOR_PULL_REQUEST_HEAD_REPO_NAME -split "/")[0] -eq ($env:APPVEYOR_REPO_NAME -split "/")[0]) {
|
||||
Write-warning "Skipping PR build for branch"; Exit-AppveyorBuild
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user