Delete clean-up-artifacts.yml
This was just a test so removing.
This commit is contained in:
parent
194ed59268
commit
869c0a189e
|
@ -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
|
Loading…
Reference in New Issue