mirror of
https://github.com/unraid/api.git
synced 2026-01-06 16:49:49 -06:00
chore: change cron schedule
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: '*/10 * * * *' # every 10 mins
|
||||
- cron: '0 0 * * *' # everyday at midnight
|
||||
|
||||
jobs:
|
||||
delete-artifacts:
|
||||
|
||||
Reference in New Issue
Block a user