From 0c251a92e64c321955b8c5b7a6533a79bc439939 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 8 Oct 2022 10:44:36 -0700 Subject: Update update.yaml Fix the cron syntax. --- .github/workflows/update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/update.yaml') diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index e1f699a..86bfd42 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -2,7 +2,7 @@ name: update-flake-lock on: workflow_dispatch: schedule: - - cron: '30 5 * * 7' + - cron: '30 5 * * 0' jobs: update-flake-lock: -- cgit 1.4.1