mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
CI - Artifacts for faster testing (#702)
Cleanup Workflow Job is set to 14 days
This commit is contained in:
14
.github/workflows/cleanup.yml
vendored
Normal file
14
.github/workflows/cleanup.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Clean artifacts
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
clean:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: cleanup
|
||||
uses: glassechidna/artifact-cleaner@master
|
||||
with:
|
||||
minimumAge: 3024000 # all artifacts at least 14 days old
|
Reference in New Issue
Block a user