From d05a12296e7c190a83fab772598222e5a4d46146 Mon Sep 17 00:00:00 2001 From: geemus Date: Sun, 21 Jan 2024 07:50:26 -0600 Subject: [PATCH] fix cron attribute on ci action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c069a66..f104a6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ on: pull_request: branches: [ master ] schedule: - - cron: '0 0 * * ' # At 00:00 on Monday. + - cron: '0 0 * * 1' # At 00:00 on Monday. jobs: test: