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: