Temporaneamente disabilita anti-loop per test @codex
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user