From ab9a04e7fbb8656f9ae891a18c8658565757edfe Mon Sep 17 00:00:00 2001 From: Gustav Behm Date: Wed, 15 Nov 2023 09:34:54 +0100 Subject: [PATCH] Fix schedule --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 4dfb715..b0ca175 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -2,7 +2,7 @@ name: Tests on: push: schedule: - - cron: "* * 7 * *" + - cron: "0 0 7 * *" jobs: build: