From 125a094b1ee06dc49db0df61049a9669160bc122 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 27 Jul 2025 11:24:28 +1000 Subject: ci: run flake update daily instead of on push --- .github/workflows/update-flake-inputs.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/update-flake-inputs.yml b/.github/workflows/update-flake-inputs.yml index f304d6c..86e0453 100644 --- a/.github/workflows/update-flake-inputs.yml +++ b/.github/workflows/update-flake-inputs.yml @@ -2,9 +2,8 @@ name: Update flake inputs on: workflow_dispatch: - push: - branches: - - main + schedule: + - cron: '0 0 * * *' jobs: update-flake: -- cgit v1.2.3-freya