[skip ci] Delete workflow runs

This commit is contained in:
Xwite
2023-03-13 21:51:50 +08:00
parent 78578207ce
commit 962f172fb0
3 changed files with 2 additions and 8 deletions

View File

@@ -103,13 +103,6 @@ jobs:
with:
name: legado.${{ env.product }}.${{ env.type }}
path: ${{ github.workspace }}/apk/*.apk
- name: Delete workflow runs
uses: Mattraks/delete-workflow-runs@v2
with:
token: ${{ github.token }}
repository: ${{ github.repository }}
retain_days: 30
keep_minimum_runs: 30
lanzou:
needs: [ prepare, build ]