Skip to content

ci: add concurrency groups to workflows#31

Merged
amondnet merged 1 commit into
mainfrom
ci/add-concurrency-groups
Dec 18, 2025
Merged

ci: add concurrency groups to workflows#31
amondnet merged 1 commit into
mainfrom
ci/add-concurrency-groups

Conversation

@amondnet

Copy link
Copy Markdown
Contributor

Summary

  • Add concurrency configuration to CI and release-please workflows
  • Prevents duplicate runs on the same branch/PR

Changes

  • ci.yml: Add concurrency group with cancel-in-progress: true
  • release-please.yml: Add concurrency group with cancel-in-progress: false (to avoid canceling release runs)

Add concurrency configuration to CI and release-please workflows
to prevent duplicate runs on the same branch/PR.
@amondnet
amondnet merged commit fcce37b into main Dec 18, 2025
3 checks passed
@amondnet amondnet self-assigned this Dec 18, 2025
@amondnet
amondnet deleted the ci/add-concurrency-groups branch December 18, 2025 18:47
@codecov

codecov Bot commented Dec 18, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 47.94%. Comparing base (7b731c4) to head (f3186ea).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #31   +/-   ##
=======================================
  Coverage   47.94%   47.94%           
=======================================
  Files          15       15           
  Lines        3341     3341           
=======================================
  Hits         1602     1602           
  Misses       1739     1739           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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