run flake updates every 5 hours

This commit is contained in:
Jörg Thalheim
2025-07-15 16:11:37 +02:00
committed by pinpox
parent 5b651752ba
commit b640be3dd2

View File

@@ -2,8 +2,8 @@ name: Update Flake Inputs
on:
schedule:
# Run weekly on Sunday at 4:00 AM UTC
- cron: "0 4 * * 0"
# Run every 5 hours
- cron: "0 */5 * * *"
workflow_dispatch:
repository_dispatch: