Fix model name: opencode-go/deepseek-v4-flash, ripristina anti-loop

This commit is contained in:
2026-05-31 00:47:49 +02:00
parent 37d938f5f0
commit ea182577d7
4 changed files with 6 additions and 4 deletions

View File

@@ -7,7 +7,9 @@ on:
jobs:
codex:
runs-on: linux_amd64
if: contains(github.event.comment.body, '@codex')
if: |
contains(github.event.comment.body, '@codex') &&
github.event.comment.user.login != 'anuti'
steps:
- uses: actions/checkout@v4