CI: run package updates every 6 hours

This commit is contained in:
Leonid Pliushch 2020-12-17 23:52:50 +02:00
parent 5dfac1d75b
commit 8fec9045fd
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Package updates
on:
schedule:
- cron: '0 */1 * * *'
- cron: '0 */6 * * *'
workflow_dispatch:
jobs: