From 70b876a623ce0c1f96771f4f856b318dce9ed082 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Apr 2026 11:01:23 +0200 Subject: [PATCH] chore(ci): disable scheduled sync-rebase trigger Remove the daily cron schedule from the sync-rebase workflow. Workflow remains available for manual dispatch via workflow_dispatch. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/sync-rebase.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/sync-rebase.yml b/.github/workflows/sync-rebase.yml index ab837b7d1..ce1861fc2 100644 --- a/.github/workflows/sync-rebase.yml +++ b/.github/workflows/sync-rebase.yml @@ -1,8 +1,6 @@ name: Sync & Rebase on: - schedule: - - cron: '0 0 * * *' workflow_dispatch: permissions: