From ec5cd5712e7c525bb259ed093fd289bade74a99f Mon Sep 17 00:00:00 2001 From: alberto Date: Sun, 31 May 2026 00:48:00 +0200 Subject: [PATCH] temp disable antiloop for final test --- .gitea/workflows/codex.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/codex.yml b/.gitea/workflows/codex.yml index b331591..460d1af 100644 --- a/.gitea/workflows/codex.yml +++ b/.gitea/workflows/codex.yml @@ -7,9 +7,7 @@ on: jobs: codex: runs-on: linux_amd64 - if: | - contains(github.event.comment.body, '@codex') && - github.event.comment.user.login != 'anuti' + if: contains(github.event.comment.body, '@codex') steps: - uses: actions/checkout@v4