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: on:
workflow_dispatch: workflow_dispatch:
push: schedule:
branches: - cron: '0 0 * * *'
- main
jobs: jobs:
update-flake: update-flake: