ci: run flake update daily instead of on push

This commit is contained in:
2 * r + 2 * t 2025-07-27 11:24:28 +10:00
parent c1f49c1fed
commit 125a094b1e

View file

@ -2,9 +2,8 @@ name: Update flake inputs
on:
workflow_dispatch:
push:
branches:
- main
schedule:
- cron: '0 0 * * *'
jobs:
update-flake: