From c0b9d50b16a010be6e802260fc765ea44e8016fe Mon Sep 17 00:00:00 2001 From: Adam Hamrick Date: Wed, 20 Sep 2023 13:14:13 -0400 Subject: [PATCH] GHA And I Are In A Fight (#10730) --- .github/workflows/integration-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 91acdfea081..8aae4670805 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -3,8 +3,8 @@ on: merge_group: pull_request: schedule: - - cron: "0 0 * * *" - # - cron: "0 * * * *" # DEBUG: Run every hour to nail down flakes + # - cron: "0 0 * * *" + - cron: "0 * * * *" # DEBUG: Run every hour to nail down flakes push: tags: - "*"