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: