update
This commit is contained in:
parent
2330de3a9f
commit
d071a376e1
|
@ -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
|
Loading…
Reference in New Issue