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 <noreply@anthropic.com>
This commit is contained in:
github-actions[bot] 2026-04-14 11:01:23 +02:00
parent 45dac66431
commit 70b876a623

View file

@ -1,8 +1,6 @@
name: Sync & Rebase
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
permissions: