Skip to content

Remove old artifacts #3

Remove old artifacts

Remove old artifacts #3

name: Remove old artifacts
on: workflow_dispatch
jobs:
remove-old-artifacts:
runs-on: ubuntu-latest
timeout-minutes: 10
permissions: write-all
steps:
- name: Remove old artifacts
uses: c-hive/gha-remove-artifacts@v1
with:
age: '5 days'
skip-recent: 5