chore: change cron schedule

This commit is contained in:
Alexis Tyler
2021-04-06 18:49:13 +09:30
committed by GitHub
parent cf15dd17c5
commit a930b881f5

View File

@@ -2,7 +2,7 @@ name: 'Delete old artifacts'
on:
schedule:
- cron: '*/10 * * * *' # every 10 mins
- cron: '0 0 * * *' # everyday at midnight
jobs:
delete-artifacts: