mirror of
https://github.com/unraid/api.git
synced 2026-01-06 16:49:49 -06:00
chore: change artifact clearing to once a week
This commit is contained in:
2
.github/workflows/cron.yml
vendored
2
.github/workflows/cron.yml
vendored
@@ -2,7 +2,7 @@ name: 'Delete old artifacts'
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # everyday at midnight
|
||||
- cron: '0 0 * * 6' # every saturday at midnight
|
||||
|
||||
jobs:
|
||||
delete-artifacts:
|
||||
|
||||
Reference in New Issue
Block a user