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:
parent
45dac66431
commit
70b876a623
1 changed files with 0 additions and 2 deletions
2
.github/workflows/sync-rebase.yml
vendored
2
.github/workflows/sync-rebase.yml
vendored
|
|
@ -1,8 +1,6 @@
|
|||
name: Sync & Rebase
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue