Sign in
pigweed
/
third_party
/
github
/
project-chip
/
connectedhomeip
/
4e1faf236d147eb6356455dfd8cddf472cb788a4
/
.
/
.github
/
workflows
/
artifacts.yaml
blob: 449b64dc28b9ed4489c56db873dfeff8994f76f6 [
file
] [
log
] [
blame
]
name:
'Delete old artifacts'
on:
schedule:
-
cron:
'0 * * * *'
# every hour
jobs:
delete
-
artifacts:
runs
-
on:
ubuntu
-
latest
steps:
-
uses:
kolpav/purge
-
artifacts
-
action@v1
with:
token:
${{ secrets.GITHUB_TOKEN }}
expire
-
in:
14days