From 6027f0721fbfe713e944617e63c121e2e73afaaf Mon Sep 17 00:00:00 2001 From: Roland Walker Date: Mon, 16 Feb 2026 16:08:54 -0500 Subject: [PATCH] try again on Codex review label the recommendation from Codex on testing github.event.action may have been incorrect --- .github/workflows/codex-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codex-review.yml b/.github/workflows/codex-review.yml index 0c684a3d..15fb3dcb 100644 --- a/.github/workflows/codex-review.yml +++ b/.github/workflows/codex-review.yml @@ -6,7 +6,7 @@ on: jobs: codex-review: - if: github.event.pull_request.draft == false or (github.event.action == 'labeled' and contains(github.event.pull_request.labels.*.name, 'codex')) + if: github.event.pull_request.draft == false or contains(github.event.pull_request.labels.*.name, 'codex') runs-on: ubuntu-latest permissions: contents: read