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

View File

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