diff --git a/.github/workflows/codex.yml b/.github/workflows/codex.yml index 4661cf9..f90326b 100644 --- a/.github/workflows/codex.yml +++ b/.github/workflows/codex.yml @@ -9,6 +9,7 @@ on: jobs: codex: + if: github.event_name == 'workflow_dispatch' || github.event.label.name == 'codex-review' || github.event.label.name == 'codex-attempt' || github.event.label.name == 'codex-triage' runs-on: ubuntu-latest permissions: contents: write