mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
workflow: run pkgcheck hourly too
This commit is contained in:
parent
b41d62acce
commit
38d7fb51e4
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pkgcheck.yaml
vendored
2
.github/workflows/pkgcheck.yaml
vendored
|
|
@ -1,5 +1,7 @@
|
|||
name: pkgcheck
|
||||
on:
|
||||
schedule:
|
||||
- cron: "3 * * * *"
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
|
|
|
|||
Loading…
Reference in a new issue