From 842adea0656c652d7944a9da0d1623b7082e71bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Thu, 3 Oct 2024 11:49:37 +0200 Subject: [PATCH] Run flake update every 2 hours --- .github/workflows/flake-update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flake-update.yaml b/.github/workflows/flake-update.yaml index c35b9d0..4102340 100644 --- a/.github/workflows/flake-update.yaml +++ b/.github/workflows/flake-update.yaml @@ -1,7 +1,7 @@ name: Periodic flake update on: schedule: - - cron: '0 0 * * *' + - cron: '0 */2 * * *' workflow_dispatch: permissions: