.gitea/workflows/qemu-image-mirror.yml aktualisiert

This commit is contained in:
2026-05-26 16:20:48 +02:00
parent b4b6c43edf
commit aecbed97db
+2
View File
@@ -2,6 +2,8 @@ name: Mirror QEMU Image
on: on:
schedule: schedule:
- cron: '0 3 * * 1' # Jeden Montag 3 Uhr - cron: '0 3 * * 1' # Jeden Montag 3 Uhr
workflow_dispatch:
jobs: jobs:
mirror: mirror:
runs-on: ubuntu-latest runs-on: ubuntu-latest