test: 提前清理成品
AI / 計算版本號 (pull_request) Successful in 19s
AI / Code Review (pull_request) Failing after 1s

This commit is contained in:
Jeffery
2026-06-23 16:24:21 +08:00
parent 0583681678
commit b0b8560090
+4
View File
@@ -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