fix: harden codex review workflow

This commit is contained in:
centdix
2026-03-31 21:08:13 +02:00
parent aad47971c0
commit 69f4c4eec1
+2 -1
View File
@@ -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