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: on:
schedule: schedule:
# Run weekly on Sunday at 4:00 AM UTC # Run every 5 hours
- cron: "0 4 * * 0" - cron: "0 */5 * * *"
workflow_dispatch: workflow_dispatch:
repository_dispatch: repository_dispatch: