From ff68cadbe9c76e5ffe79c807eb7926d9d60461ed Mon Sep 17 00:00:00 2001 From: zchn Date: Tue, 11 Feb 2025 00:09:49 +0800 Subject: [PATCH] Disable periodic integration-runner.yml --- .github/workflows/integration-runner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-runner.yml b/.github/workflows/integration-runner.yml index 00d7c45957ef..c6956d60e8cc 100644 --- a/.github/workflows/integration-runner.yml +++ b/.github/workflows/integration-runner.yml @@ -10,7 +10,7 @@ on: required: true default: '' schedule: - - cron: '30 22 * * *' # Runs at 10:30pm UTC every day + - cron: '30 22 * 1 *' # Runs at 10:30pm UTC only in Jan (zchn: effectively disabling it) env: N_PROCESSES: 10 # Global configuration for number of parallel processes for evaluation