Skip to content

Commit 6bf4b2e

Browse files
mishushakovclaude
andcommitted
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) <noreply@anthropic.com>
1 parent 0fefda5 commit 6bf4b2e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/sdk-reference-sync.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ on:
2626

2727
repository_dispatch:
2828
types: [sdk-release]
29-
schedule:
30-
- cron: "*/15 * * * *"
29+
# Scheduled runs disabled — generation is triggered on SDK release (repository_dispatch)
30+
# or manually (workflow_dispatch). Re-enable by uncommenting the schedule below.
31+
# schedule:
32+
# - cron: "*/15 * * * *"
3133

3234
permissions:
3335
contents: write

0 commit comments

Comments
 (0)