From d5efa876adfc7573db1e3405863be10567b5bf44 Mon Sep 17 00:00:00 2001 From: Georgi Mitev <1632188+georgismitev@users.noreply.github.com> Date: Thu, 27 Aug 2020 20:13:09 +0200 Subject: [PATCH] Update deepcode-analysis.yaml --- .github/workflows/deepcode-analysis.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deepcode-analysis.yaml b/.github/workflows/deepcode-analysis.yaml index 89c1177..ed99f1b 100644 --- a/.github/workflows/deepcode-analysis.yaml +++ b/.github/workflows/deepcode-analysis.yaml @@ -10,8 +10,8 @@ on: branches: - master # trigger a deepcode analysis every day at 18:00 o'clock - schedule: - - cron: '0 18 * * *' + # schedule: + # - cron: '0 18 * * *' jobs: Deepcode-Build: