forgejo: put mirror-repository on a schedule
This commit is contained in:
parent
6840524ef5
commit
231caa524d
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,13 @@
|
|||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
schedule:
|
||||
- cron: '@hourly'
|
||||
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
|
||||
jobs:
|
||||
mirror:
|
||||
name: Pull from upstream
|
||||
|
|
Loading…
Reference in a new issue