Skip to content

Add concurrency to PR check workflow - #5407

Merged
DianaSuvorova merged 1 commit into
uber:mainfrom
MaddipatlaChetan24:patch-2
Sep 4, 2026
Merged

Add concurrency to PR check workflow#5407
DianaSuvorova merged 1 commit into
uber:mainfrom
MaddipatlaChetan24:patch-2

Conversation

@MaddipatlaChetan24

Copy link
Copy Markdown
Contributor

Fixes #1, Fixes #2

Description

Adds a concurrency group to the PR Check workflow so that pushing multiple
commits to the same PR in quick succession cancels any still-running check
for that PR instead of letting every run finish independently. This avoids
burning CI minutes on stale runs whose results are superseded by the latest
push. No changes to the build/type-check steps themselves.

Scope

Patch: Bug Fix

@DianaSuvorova

Copy link
Copy Markdown
Collaborator

Thanks!

@DianaSuvorova
DianaSuvorova merged commit 61fd16b into uber:main Sep 4, 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.

2 participants