run flake updates every 5 hours
This commit is contained in:
@@ -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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user