自动清理Workflows

This commit is contained in:
RikudouPatrickstar
2022-05-24 12:23:50 +08:00
committed by GitHub
parent 5138c347ee
commit b301548c8c

View File

@@ -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