Skip to content

chore: remove redundant dev-release workflow#51

Merged
0xmhha merged 1 commit intodevfrom
chore/remove-dev-release-workflow
Jan 29, 2026
Merged

chore: remove redundant dev-release workflow#51
0xmhha merged 1 commit intodevfrom
chore/remove-dev-release-workflow

Conversation

@0xmhha
Copy link
Member

@0xmhha 0xmhha commented Jan 29, 2026

Summary

Remove the redundant dev-release.yml workflow that triggers on the same condition as release.yml.

Changes

  • Deleted .github/workflows/dev-release.yml

Reason

Both release.yml and dev-release.yml had identical trigger conditions (v* tags), causing duplicate workflow executions when creating release tags.

Closes #50

Copy link
Contributor

@eomti-wm eomti-wm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@colinkim colinkim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@0xmhha 0xmhha merged commit 7a0f483 into dev Jan 29, 2026
3 checks passed
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.

Remove redundant dev-release.yml workflow

3 participants