mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-04-30 13:44:57 -05:00
workflows made self-hosted test case-insensitive
This commit is contained in:
@@ -59,7 +59,7 @@ jobs:
|
||||
"TinyRunnerWorkPath=$runnerWorkPath" >> $env:GITHUB_ENV
|
||||
|
||||
# Starts with the merydeye-
|
||||
$isSelfHostedRunner = '${{ runner.name }}'.StartsWith('merydeye-') ? $true : $false
|
||||
$isSelfHostedRunner = '${{ runner.name }}'.StartsWith('merydeye-', $true, $null)
|
||||
"TinyIsSelfHostedRunner=$isSelfHostedRunner" >> $env:GITHUB_ENV
|
||||
|
||||
$parallel = $isSelfHostedRunner ? 5 : 2
|
||||
|
||||
Reference in New Issue
Block a user