mirror of
https://github.com/unraid/api.git
synced 2026-01-06 16:49:49 -06:00
chore: set artifact deletion cron to 10 mins
This commit is contained in:
4
.github/workflows/cron.yml
vendored
4
.github/workflows/cron.yml
vendored
@@ -2,7 +2,7 @@ name: 'Delete old artifacts'
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 * * * *' # every hour
|
||||
- cron: '*/10 * * * *' # every 10 mins
|
||||
|
||||
jobs:
|
||||
delete-artifacts:
|
||||
@@ -12,4 +12,4 @@ jobs:
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# Keep the last day's worth of builds
|
||||
expire-in: 1day # Setting this to 0 will delete all artifacts
|
||||
expire-in: 1day # Setting this to 0 will delete all artifacts
|
||||
|
||||
Reference in New Issue
Block a user