run flake updates every 5 hours

This commit is contained in:
Jörg Thalheim
2025-07-15 16:11:37 +02:00
parent 1d8445a347
commit e8b111e229

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: