From 6bf4b2e321a3bfe952be82ec07c3bad46c969372 Mon Sep 17 00:00:00 2001 From: Mish Ushakov <10400064+mishushakov@users.noreply.github.com> Date: Fri, 26 Jun 2026 13:44:05 +0200 Subject: [PATCH] ci: disable scheduled SDK reference generation cron Comment out the every-15-minutes schedule trigger. Generation still runs on SDK release (repository_dispatch) and manual dispatch. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/sdk-reference-sync.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sdk-reference-sync.yml b/.github/workflows/sdk-reference-sync.yml index 2793c3a0..8cd1e642 100644 --- a/.github/workflows/sdk-reference-sync.yml +++ b/.github/workflows/sdk-reference-sync.yml @@ -26,8 +26,10 @@ on: repository_dispatch: types: [sdk-release] - schedule: - - cron: "*/15 * * * *" + # Scheduled runs disabled — generation is triggered on SDK release (repository_dispatch) + # or manually (workflow_dispatch). Re-enable by uncommenting the schedule below. + # schedule: + # - cron: "*/15 * * * *" permissions: contents: write