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