mirror-repository: add hourly cron
This commit is contained in:
parent
ebe8ba815b
commit
9192e55287
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
schedule:
|
||||
- cron: '@hourly'
|
||||
|
||||
jobs:
|
||||
mirror:
|
||||
name: Pull from upstream
|
||||
|
|
Loading…
Reference in a new issue