Skip to content

Conversation

@1234-ad
Copy link

@1234-ad 1234-ad commented Jan 12, 2026

Summary

This PR adds concurrency control to the npm-publish workflow to prevent duplicate workflow runs for the same release.

Changes

  • Added concurrency group based on release tag name
  • Enabled cancel-in-progress to stop duplicate runs
  • Improves CI/CD efficiency and prevents race conditions

Related Issue

Fixes #56

Testing

  • Workflow configuration validated
  • Concurrency settings follow GitHub Actions best practices

- Add concurrency group to prevent duplicate workflow runs
- Cancel in-progress runs when new release is created
- Improves CI/CD efficiency and prevents race conditions

Fixes accordproject#56
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.

chore: Add concurrency control to npm-publish workflow

1 participant