Skip to content

Clean up artifacts #363

Clean up artifacts

Clean up artifacts #363

name: Clean up artifacts
on:
workflow_dispatch:
schedule:
- cron: '0 8 * * *'
jobs:
remove-old-artifacts:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Remove old artifacts
uses: c-hive/gha-remove-artifacts@abbb1f6264cd712663bcb880716d3ccd251095ca # v1
with:
age: '1 hour' # '<number> <unit>', e.g. 5 days, 2 years, 90 seconds, parsed by Moment.js
# Optional inputs
# skip-tags: true
# skip-recent: 5