This commit is contained in:
teasiu 2021-04-29 20:00:12 +08:00
parent 2330de3a9f
commit d071a376e1
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
name: Remove old artifacts
on:
workflow_dispatch:
jobs:
remove-old-artifacts:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Remove old artifacts
uses: c-hive/gha-remove-artifacts@v1
with:
age: '1 day'
skip-recent: 5