mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-09-01 18:20:14 +00:00
Keep only the latest Actions run
This commit is contained in:
parent
52da4c1457
commit
cce04abf8d
1 changed files with 7 additions and 0 deletions
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…
Add table
Reference in a new issue