From 0377528a4b70df081dcff3b4cf6031e07e04becc Mon Sep 17 00:00:00 2001 From: dours Date: Thu, 17 Nov 2022 22:41:32 +0200 Subject: [PATCH] Update IntegrationTests.yaml --- .github/workflows/IntegrationTests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/IntegrationTests.yaml b/.github/workflows/IntegrationTests.yaml index 80512e58e..aff29f864 100644 --- a/.github/workflows/IntegrationTests.yaml +++ b/.github/workflows/IntegrationTests.yaml @@ -1,8 +1,8 @@ name: Integration Tests -on: workflow_dispatch - #schedule: - # - cron: '24 19 * * *' +on: + schedule: + - cron: '16 03 * * *' jobs: ParserPrinter: