forgejo: put mirror-repository on a schedule

This commit is contained in:
Antoine Martin 2024-08-12 01:51:08 -04:00
parent 6840524ef5
commit 231caa524d
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -1,6 +1,13 @@
on:
workflow_dispatch:
schedule:
- cron: '@hourly'
push:
branches:
- 'main'
jobs:
mirror:
name: Pull from upstream