mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
Keep only the latest Actions run
This commit is contained in:
parent
52da4c1457
commit
cce04abf8d
7
.github/workflows/magisk.yml
vendored
7
.github/workflows/magisk.yml
vendored
@ -620,3 +620,10 @@ jobs:
|
||||
with:
|
||||
name: ${{ env.artifact_name }}
|
||||
path: "./${{ matrix.arch }}/*"
|
||||
- name: Delete workflow runs
|
||||
uses: Mattraks/delete-workflow-runs@v2
|
||||
with:
|
||||
token: ${{ github.token }}
|
||||
repository: ${{ github.repository }}
|
||||
retain_days: 0
|
||||
keep_minimum_runs: 0
|
||||
|
Loading…
Reference in New Issue
Block a user