From e30753e2ae53872675912b9cf38c9afe7ef56022 Mon Sep 17 00:00:00 2001 From: librasteve <40125330+librasteve@users.noreply.github.com> Date: Fri, 21 Jun 2024 20:43:14 +0100 Subject: [PATCH] tweak cron --- .github/workflows/measure-weekly.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/measure-weekly.yaml b/.github/workflows/measure-weekly.yaml index e8153e1..f30b9c4 100644 --- a/.github/workflows/measure-weekly.yaml +++ b/.github/workflows/measure-weekly.yaml @@ -6,7 +6,7 @@ on: - Dockerfile - .github/workflows/measure-weekly.yaml schedule: - - cron: "43 4 * * 5" + - cron: "43 4 * * 6" jobs: build-unit: