Skip to content

fix(desktop): fix desktop prod ci - #6628

Merged
Sg312 merged 1 commit into
stagingfrom
desktop-prod-ci
Aug 12, 2026
Merged

fix(desktop): fix desktop prod ci#6628
Sg312 merged 1 commit into
stagingfrom
desktop-prod-ci

Conversation

@Sg312

@Sg312 Sg312 commented Aug 12, 2026

Copy link
Copy Markdown
Collaborator

Summary

Fix desktop prod ci

Type of Change

  • Bug fix

Testing

manual

Checklist

  • Code follows project style guidelines
  • Self-reviewed my changes
  • Tests added/updated and passing
  • No new warnings introduced
  • I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

@vercel

vercel Bot commented Aug 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview Aug 12, 2026 5:32pm

Request Review

@greptile-apps

greptile-apps Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

The PR fixes production desktop releases being cascade-skipped because GitHub Actions implicitly evaluates transitive dependencies.

  • Replaces the implicit success() gate with explicit success checks for each direct prerequisite.
  • Preserves cancellation handling and the desktop-signing configuration requirement.

Confidence Score: 5/5

The PR appears safe to merge.

The revised condition permits the intended production desktop release when its direct prerequisites succeed despite a skipped transitive dependency, while still rejecting failed, skipped, cancelled, or unsigned release paths.

Important Files Changed

Filename Overview
.github/workflows/ci.yml Correctly scopes the desktop release gate to successful direct dependencies while preserving cancellation and signing checks.

Reviews (1): Last reviewed commit: "Fix prod desktop release ci" | Re-trigger Greptile

@Sg312
Sg312 merged commit 3ae83b1 into staging Aug 12, 2026
29 checks passed
@waleedlatif1
waleedlatif1 deleted the desktop-prod-ci branch August 12, 2026 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant