Merge main into Codex workflow fixes

This commit is contained in:
nornen0202 2026-04-07 21:54:53 +09:00
commit 881977301c
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,6 @@ jobs:
Write-Host "Skipping Codex runtime resolution because site_only=true."
exit 0
}
function Test-CodexCandidate {
param([string]$Candidate)
@ -128,6 +127,7 @@ jobs:
}
- name: Verify Codex login and model availability
if: ${{ github.event.inputs.site_only != 'true' }}
run: |
$siteOnly = "${{ github.event.inputs.site_only }}"
if ($siteOnly -eq "true") {