From a129f062a25cbfba9e7557544d8dfe3859681fc5 Mon Sep 17 00:00:00 2001 From: Rodin Date: Sat, 16 May 2026 01:42:07 +0000 Subject: [PATCH] ci: require reason=='self-review' before running heavy review (disable TTL-triggered heavy reviews) --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 254d829..6bc9766 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: review: runs-on: ubuntu-24.04 - if: github.event_name == 'pull_request' && needs.review-gate.outputs.allow_review == 'true' + if: github.event_name == 'pull_request' && needs.review-gate.outputs.reason == 'self-review' needs: [test, review-gate] strategy: matrix: