ci: run packages update every 1h instead 30m

This commit is contained in:
MedzikUser 2022-05-18 21:06:40 +02:00
parent 452df72173
commit 1266db8437
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
1 changed files with 1 additions and 1 deletions

View File

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