From 5883abd306cf66a5f1d268a38b6f1a303e3c78c6 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Sat, 11 Jul 2026 06:30:30 +0000 Subject: [PATCH] =?UTF-8?q?feat(CI=20=E5=B7=A5=E4=BD=9C=E6=B5=81=E7=A8=8B)?= =?UTF-8?q?:=20=E5=83=85=E5=9C=A8=20beta=20=E5=95=9F=E7=94=A8=20AI=20?= =?UTF-8?q?=E5=AF=A9=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index cddabdc..7199df3 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -40,11 +40,13 @@ jobs: is_beta: ${{ env.IS_BETA == "true" }} - name: Setup LLM CLI uses: https://gitea.jsc.idv.tw/actions/setup-${{ vars.ACTION_SETUP_LLM_CLI }} + if: ${{ env.IS_BETA == 'true' }} with: oauth: ${{ secrets.LLM_OAUTH }} - name: Run AI Code Review - id: ai-code-review uses: https://gitea.jsc.idv.tw/actions/ai-code-review@${{ vars.ACTION_AI_CODE_REVIEW_VERSION }} + id: ai-code-review + if: ${{ env.IS_BETA == 'true' }} with: token: ${{ secrets.TOKEN }} model: ${{ vars.LLM_NAME }}