From b908b9d40458f756ec4a182d9c93858647957c1b Mon Sep 17 00:00:00 2001 From: damianfral Date: Mon, 2 Oct 2023 19:15:57 +0000 Subject: [PATCH] Change schedule of update-flake-lock action. --- .github/workflows/update-flake-lock.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-flake-lock.yaml b/.github/workflows/update-flake-lock.yaml index b7707c0..c963296 100644 --- a/.github/workflows/update-flake-lock.yaml +++ b/.github/workflows/update-flake-lock.yaml @@ -2,8 +2,8 @@ name: update-flake-lock on: workflow_dispatch: # allows manual triggering schedule: - # At 15:00, on day 1 of the month, and on Friday - - cron: '0 15 1 * 5' + # At 15:00, on day 1 of the month + - cron: '0 15 1 * *' jobs: lockfile: