From 0e3b37939992d1ef4d8537d2f247339cb4b4fa09 Mon Sep 17 00:00:00 2001 From: David Cauchi <13139524+davidcauchi@users.noreply.github.com> Date: Wed, 6 Sep 2023 20:57:10 +0200 Subject: [PATCH] Switch integration tests to nightly (#10520) --- .github/workflows/integration-tests.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 8c1d5be828c..2e4a710ac97 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -3,8 +3,7 @@ on: merge_group: pull_request: schedule: - # - cron: "0 0 * * *" - - cron: "0 * * * *" # every hour while we debug for flakes + - cron: "0 0 * * *" push: tags: - "*"