Riattiva anti-loop @codex

This commit is contained in:
2026-05-31 00:51:22 +02:00
parent ec5cd5712e
commit 3b21441524

View File

@@ -7,7 +7,9 @@ on:
jobs: jobs:
codex: codex:
runs-on: linux_amd64 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: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4