From 003987901cff9e36760f33e0bb6046d4307524fe Mon Sep 17 00:00:00 2001 From: Tarek Ziade Date: Sat, 25 Jul 2026 08:50:55 +0200 Subject: [PATCH] lets run at 10pm --- .github/workflows/nightly-integration-failure-triage-caller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-integration-failure-triage-caller.yml b/.github/workflows/nightly-integration-failure-triage-caller.yml index 678eed69f147..c15be6989f67 100644 --- a/.github/workflows/nightly-integration-failure-triage-caller.yml +++ b/.github/workflows/nightly-integration-failure-triage-caller.yml @@ -7,7 +7,7 @@ name: Nightly integration-failure triage # on: schedule: - - cron: "0 0 * * *" + - cron: "0 22 * * *" # Allow manual triggers for testing. GitHub only lets users with write access # to this repo run workflow_dispatch, so no extra authorization gate is needed. workflow_dispatch: