Merge main into Codex workflow fixes
This commit is contained in:
commit
881977301c
|
|
@ -69,7 +69,6 @@ jobs:
|
||||||
Write-Host "Skipping Codex runtime resolution because site_only=true."
|
Write-Host "Skipping Codex runtime resolution because site_only=true."
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
function Test-CodexCandidate {
|
function Test-CodexCandidate {
|
||||||
param([string]$Candidate)
|
param([string]$Candidate)
|
||||||
|
|
||||||
|
|
@ -128,6 +127,7 @@ jobs:
|
||||||
}
|
}
|
||||||
|
|
||||||
- name: Verify Codex login and model availability
|
- name: Verify Codex login and model availability
|
||||||
|
if: ${{ github.event.inputs.site_only != 'true' }}
|
||||||
run: |
|
run: |
|
||||||
$siteOnly = "${{ github.event.inputs.site_only }}"
|
$siteOnly = "${{ github.event.inputs.site_only }}"
|
||||||
if ($siteOnly -eq "true") {
|
if ($siteOnly -eq "true") {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue