Delete clean-up-artifacts.yml

This was just a test so removing.
This commit is contained in:
Darren Ethier 2021-01-17 10:37:40 -05:00 committed by GitHub
parent 194ed59268
commit 869c0a189e
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
name: Remove old artifacts
on:
workflow_dispatch:
#schedule:
# Every day at 1am
#- 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: '7 days'
skip-tags: true
# skip-recent: 5