Daily at 4.24am

This commit is contained in:
Henri Maurer
2024-06-18 16:18:49 +01:00
parent d2ab84c7c6
commit 7f866064e0
+2 -2
View File
@@ -1,8 +1,8 @@
name: Sync fork
on:
schedule:
# Daily at midnight
- cron: "0 0 * * *"
# Daily at 4:24am
- cron: "24 4 * * *"
workflow_dispatch: {}
jobs:
sync: