自动清理Workflows
This commit is contained in:
committed by
GitHub
parent
5138c347ee
commit
b301548c8c
6
.github/workflows/bin_update.yml
vendored
6
.github/workflows/bin_update.yml
vendored
@@ -75,3 +75,9 @@ jobs:
|
||||
git config --global user.email "juewuy@gmail.com" && git config --global user.name "Bot"
|
||||
git add . && git commit -m "自动同步最新版本Dashboard面板、数据库及根证书文件" || exit 0
|
||||
git push
|
||||
|
||||
- name: Cleanup Workflow
|
||||
uses: Mattraks/delete-workflow-runs@main
|
||||
with:
|
||||
retain_days: 1
|
||||
keep_minimum_runs: 3
|
||||
|
||||
Reference in New Issue
Block a user