diff --git a/.github/workflows/daily-codex-analysis.yml b/.github/workflows/daily-codex-analysis.yml index f50d2ab9..a7277dc3 100644 --- a/.github/workflows/daily-codex-analysis.yml +++ b/.github/workflows/daily-codex-analysis.yml @@ -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") {