From b0b8560090199d12d478d2bde1e2dd178d5106f3 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Tue, 23 Jun 2026 16:24:21 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=E6=8F=90=E5=89=8D=E6=B8=85=E7=90=86?= =?UTF-8?q?=E6=88=90=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/review.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/review.yaml b/.gitea/workflows/review.yaml index dc8a6b0..2a6783f 100644 --- a/.gitea/workflows/review.yaml +++ b/.gitea/workflows/review.yaml @@ -22,6 +22,10 @@ jobs: name: code-review v${{ steps.version.outputs.version }} tag_name: v${{ steps.version.outputs.version }} target_commitish: ${{ github.head_ref }} + - name: 清理成品 + uses: https://gitea.jsc.idv.tw/actions/cleanup-release@${{ vars.ACTION_CLEANUP_RELEASE_VERSION }} + with: + RUNNER_TOKEN: ${{ secrets.RUNNER_TOKEN }} code-review: name: Code Review runs-on: ubuntu