From 528f5218970b71c91dbfc933da591ca6dbfeb6f8 Mon Sep 17 00:00:00 2001 From: Mihaela Balutoiu Date: Wed, 2 Aug 2023 19:25:56 +0300 Subject: [PATCH] Set schedule workflow to run every day at midnight Signed-off-by: Mihaela Balutoiu --- .github/workflows/integration-tests.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index a7283c9b..43447c8f 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -1,11 +1,7 @@ name: Integration Tests on: - push: - branches: - - main - pull_request: - branches: - - main + schedule: + - cron: "0 0 * * *" jobs: integration-tests: