mirror of
https://github.com/unraid/api.git
synced 2026-05-06 23:20:30 -05:00
chore: change cron schedule
This commit is contained in:
@@ -2,7 +2,7 @@ name: 'Delete old artifacts'
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '*/10 * * * *' # every 10 mins
|
||||
- cron: '0 0 * * *' # everyday at midnight
|
||||
|
||||
jobs:
|
||||
delete-artifacts:
|
||||
|
||||
Reference in New Issue
Block a user