From 2ef33cc23f348cb88d78d4d30915a8f7bf17a941 Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Thu, 11 Jun 2020 23:36:15 +0200 Subject: [PATCH] enable sanity check --- crontab.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crontab.yml b/crontab.yml index fb1d4aff..4f5848af 100644 --- a/crontab.yml +++ b/crontab.yml @@ -35,3 +35,8 @@ jobs: schedule: "0 12 * * *" captureStderr: true + - name: SimpleLogin Sanity Check + command: python /code/cron.py -j sanity_check + shell: /bin/bash + schedule: "0 2 * * *" + captureStderr: true