CI: allow to purge old debfiles manually

This commit is contained in:
Leonid Pliushch 2020-12-17 23:55:34 +02:00
parent 19fec71992
commit ae12994deb
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ name: APT repository cleanup
on:
schedule:
- cron: '0 2 * * *'
workflow_dispatch:
jobs:
repo-maintenance: