remove artifact remover

This commit is contained in:
Jared Weakly 2020-06-09 13:02:33 -07:00
parent d33a036cd0
commit f056ad941a

View File

@ -1,18 +0,0 @@
# https://github.com/actions/upload-artifact/issues/5
name: Remove old artifacts
on:
schedule:
- cron: "0 1 * * *"
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 week"
skip-tags: true