Skip to content

Fix duplicate release workflow - #1823

Closed
SayanDey322 wants to merge 5 commits into
apple:mainfrom
SayanDey322:fix-duplicate-release-workflow
Closed

Fix duplicate release workflow#1823
SayanDey322 wants to merge 5 commits into
apple:mainfrom
SayanDey322:fix-duplicate-release-workflow

Conversation

@SayanDey322

Copy link
Copy Markdown

Summary

Prevent duplicate release builds by ensuring only one workflow handles tag-triggered releases.

Changes

  • Removed duplicate release workflow (or updated triggers to avoid duplicate execution).
  • Added concurrency protection where appropriate.
  • Preserved existing release behavior.

Fixes #1755

@jglogan

jglogan commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Closing as duplicate of existing PR #1781. Also, this PR contains changes having nothing to do with the GitHub workflows.

If you're using an AI loop to generate and send fixes, please prompt it to avoid working on issues that have pending PRs. Thank you!

@jglogan jglogan closed this Jun 25, 2026
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.

Duplicate tag-triggered release workflows (release.yml + release-build.yml) double-build every tag and can race to publish the same release

2 participants