CI: run package updates every 6 hours
This commit is contained in:
parent
5dfac1d75b
commit
8fec9045fd
2
.github/workflows/package_updates.yml
vendored
2
.github/workflows/package_updates.yml
vendored
@ -2,7 +2,7 @@ name: Package updates
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 */1 * * *'
|
||||
- cron: '0 */6 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user