From 869aae24532786a7a064885922292f327947e93a Mon Sep 17 00:00:00 2001 From: Min Zhu Date: Mon, 8 Jun 2026 11:06:51 -0400 Subject: [PATCH] chore(ci): turn off nightly generation_config.yaml update job --- .github/workflows/update_generation_config.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/update_generation_config.yaml b/.github/workflows/update_generation_config.yaml index 88db664baf63..c2c70d3f486c 100644 --- a/.github/workflows/update_generation_config.yaml +++ b/.github/workflows/update_generation_config.yaml @@ -15,8 +15,6 @@ # downstream client libraries before they are released. name: Update generation configuration on: - schedule: - - cron: '0 2 * * *' workflow_dispatch: jobs: update-generation-config: