mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
96bede6f7a
Cleanup Workflow Job is set to 14 days
15 lines
271 B
YAML
15 lines
271 B
YAML
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
|