Sign in
android
/
platform
/
frameworks
/
support
/
586de0fbefc79925d8e5263ecf83ddba70655475
/
.
/
.github
/
workflows
/
prune_artifacts.yml
blob: b7eb39f745daf989812cb2fa96d61d19c626d2f4 [
file
] [
log
] [
blame
]
name:
"Prune old artifacts"
on:
schedule:
-
cron:
"0 0 * * 0"
workflow_dispatch:
jobs:
delete
-
artifacts:
runs
-
on:
ubuntu
-
latest
steps:
-
uses:
kolpav/purge
-
artifacts
-
action@v1
with:
token:
${{ secrets.GITHUB_TOKEN }}
expire
-
in:
7days