整理:删除GitHub Actions旧的工作流(避免空间爆满限速)

This commit is contained in:
pppscn 2022-06-20 11:08:04 +08:00
parent 2d787fbdc0
commit 6f034b0cfc
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ jobs:
with:
token: ${{ github.token }}
repository: ${{ github.repository }}
retain_days: 7
keep_minimum_runs: 6
retain_days: 1
keep_minimum_runs: 1
delete_workflow_pattern: 'Nightly Build'
- name: Delete Self
uses: Mattraks/delete-workflow-runs@v2