From e770952238d291f95fa8bcae25226855da33d42a Mon Sep 17 00:00:00 2001 From: Jeffery Date: Tue, 23 Jun 2026 16:27:02 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"test:=20=E6=8F=90=E5=89=8D=E6=B8=85?= =?UTF-8?q?=E7=90=86=E6=88=90=E5=93=81"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit b0b8560090199d12d478d2bde1e2dd178d5106f3. --- .gitea/workflows/review.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/review.yaml b/.gitea/workflows/review.yaml index 2a6783f..dc8a6b0 100644 --- a/.gitea/workflows/review.yaml +++ b/.gitea/workflows/review.yaml @@ -22,10 +22,6 @@ 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