mirror of
https://github.com/aaddrick/claude-desktop-debian.git
synced 2026-05-17 00:26:21 +03:00
ci: disable compare-release to use generic release notes
Bypasses the AI-powered compare-releases step to reduce API costs. Falls back to the existing generic release notes template. Co-Authored-By: Claude <claude@anthropic.com>
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -211,7 +211,8 @@ jobs:
|
||||
fi
|
||||
|
||||
- name: Run compare-releases (upstream change)
|
||||
if: steps.prev.outcome == 'success' && steps.prev.outputs.type == 'upstream'
|
||||
if: false # disabled — release notes are managed manually
|
||||
# was: steps.prev.outcome == 'success' && steps.prev.outputs.type == 'upstream'
|
||||
timeout-minutes: 180
|
||||
continue-on-error: true
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user