From 63a5706834cac36b5b4aa7b4dfaee6f1893023ee Mon Sep 17 00:00:00 2001 From: krande Date: Tue, 5 Apr 2022 10:43:32 +0200 Subject: [PATCH] fix error in cron worker --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33c00c2..83598c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,8 @@ on: branches: - main - dev - schedule: - - cron: '0 0 * * 7' # every sunday at midnight +# schedule: +# - cron: '0 0 * * 7' # every sunday at midnight jobs: activate: