mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
[skip ci] Delete workflow runs
This commit is contained in:
7
.github/workflows/cronet.yml
vendored
7
.github/workflows/cronet.yml
vendored
@@ -40,3 +40,10 @@ jobs:
|
||||
*cronet.json
|
||||
*updateLog.md
|
||||
gradle.properties
|
||||
- name: Delete workflow runs
|
||||
uses: Mattraks/delete-workflow-runs@v2
|
||||
with:
|
||||
token: ${{ github.token }}
|
||||
repository: ${{ github.repository }}
|
||||
retain_days: 2
|
||||
keep_minimum_runs: 3
|
||||
|
||||
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@@ -103,6 +103,13 @@ 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 ]
|
||||
|
||||
Reference in New Issue
Block a user