temp disable antiloop for final test

This commit is contained in:
2026-05-31 00:48:00 +02:00
parent ea182577d7
commit ec5cd5712e

View File

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