mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 23:56:07 +00:00
Install Codex plugin on OpenAI model selection (#78799)
* route openai agent runs through codex * fix: load codex plugin for implicit openai runtime * docs: credit openai codex auth fix * fix(agents): respect custom openai runtime routing * fix(agents): install codex plugin on openai selection * fix(agents): preserve OpenAI Codex auth switching * fix(ci): restore channel contract runner expression --------- Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -854,7 +854,7 @@ jobs:
|
||||
name: ${{ matrix.checkName }}
|
||||
needs: [preflight]
|
||||
if: needs.preflight.outputs.run_checks_fast == 'true'
|
||||
runs-on: ${{ github.repository == 'openclaw/openclaw' && needs.preflight.outputs.runner_4vcpu_ubuntu || 'ubuntu-24.04' }}
|
||||
runs-on: ${{ github.repository == 'openclaw/openclaw' && 'blacksmith-4vcpu-ubuntu-2404' || 'ubuntu-24.04' }}
|
||||
timeout-minutes: 60
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
Reference in New Issue
Block a user