.gitea/workflows/qemu-image-mirror.yml aktualisiert
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user