chore: set artifact deletion cron to 10 mins

This commit is contained in:
Alexis Tyler
2021-04-06 12:02:12 +09:30
committed by GitHub
parent 0db1fe0d43
commit cf15dd17c5

View File

@@ -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