From 018d32e99760299a4d50b239c3a9ae7e32a2911b Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 11 Aug 2022 16:02:31 +0200 Subject: [PATCH] style(comment): update flake-lock frequency comment --- .github/workflows/update-flake-lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index 9d589223..28266e70 100644 --- a/.github/workflows/update-flake-lock.yml +++ b/.github/workflows/update-flake-lock.yml @@ -2,7 +2,7 @@ name: update-flake-lock on: workflow_dispatch: # allows manual triggering schedule: - - cron: '0 0 1 * *' # runs weekly on Sunday at 00:00 + - cron: '0 0 1 * *' # runs on the first of every month at 00:00 jobs: lockfile: