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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
schedule:
|
||||||
|
- cron: '@hourly'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
mirror:
|
mirror:
|
||||||
name: Pull from upstream
|
name: Pull from upstream
|
||||||
|
|
Loading…
Reference in a new issue