Skip to content

ci: add concurrency settings to workflows#2945

Merged
tstirrat15 merged 1 commit intomainfrom
tstirrat/2944-add-concurrency-settings
Mar 4, 2026
Merged

ci: add concurrency settings to workflows#2945
tstirrat15 merged 1 commit intomainfrom
tstirrat/2944-add-concurrency-settings

Conversation

@tstirrat15
Copy link
Contributor

@tstirrat15 tstirrat15 commented Mar 3, 2026

Fixes #2944

Description

We're kicking off lots and lots of runs and github doesn't cancel existing runs by default. This changes that behavior.

Changes

  • Add concurrency settings
  • Add schema tags to the top of each of these files

Testing

Review.

@tstirrat15 tstirrat15 requested a review from a team as a code owner March 3, 2026 20:41
@github-actions github-actions bot added the area/tooling Affects the dev or user toolchain (e.g. tests, ci, build tools) label Mar 3, 2026
@miparnisari miparnisari changed the title chore: add concurrency settings to workflows ci: add concurrency settings to workflows Mar 3, 2026
@tstirrat15 tstirrat15 enabled auto-merge (squash) March 3, 2026 20:49
@tstirrat15 tstirrat15 force-pushed the tstirrat/2944-add-concurrency-settings branch from 1dcdf89 to f5183cf Compare March 3, 2026 20:57
@codecov
Copy link

codecov bot commented Mar 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.94%. Comparing base (2166493) to head (f5183cf).

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2945       +/-   ##
===========================================
- Coverage   73.60%   48.94%   -24.65%     
===========================================
  Files         490      423       -67     
  Lines       60376    54306     -6070     
===========================================
- Hits        44433    26574    -17859     
- Misses      12783    25012    +12229     
+ Partials     3160     2720      -440     

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@tstirrat15 tstirrat15 merged commit d9d89f8 into main Mar 4, 2026
106 of 111 checks passed
@tstirrat15 tstirrat15 deleted the tstirrat/2944-add-concurrency-settings branch March 4, 2026 16:58
@github-actions github-actions bot locked and limited conversation to collaborators Mar 4, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area/tooling Affects the dev or user toolchain (e.g. tests, ci, build tools) Skip-Changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add concurrency settings to workflows

2 participants