From 69f4c4eec1ce74137852262a76e47d4586caf361 Mon Sep 17 00:00:00 2001 From: centdix Date: Mon, 30 Mar 2026 22:15:44 +0200 Subject: [PATCH] fix: harden codex review workflow --- .github/workflows/codex-pr-review.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codex-pr-review.yml b/.github/workflows/codex-pr-review.yml index e10dbc97b9..d0ca5aa59c 100644 --- a/.github/workflows/codex-pr-review.yml +++ b/.github/workflows/codex-pr-review.yml @@ -11,7 +11,8 @@ concurrency: jobs: codex-review: runs-on: ubicloud-standard-2 - if: (github.event.pull_request.draft == false || github.event.pull_request.ready_for_review == true) && github.event.pull_request.head.repo.fork == false + timeout-minutes: 30 + if: github.event.pull_request.draft == false && github.event.pull_request.head.repo.fork == false permissions: contents: read issues: write