Skip to content

ci: add workflow concurrency controls#265

Merged
GautamBytes merged 1 commit into
shopstr-eng:mainfrom
Anshumancanrock:test-yml
Jun 15, 2026
Merged

ci: add workflow concurrency controls#265
GautamBytes merged 1 commit into
shopstr-eng:mainfrom
Anshumancanrock:test-yml

Conversation

@Anshumancanrock

@Anshumancanrock Anshumancanrock commented Apr 2, 2026

Copy link
Copy Markdown

Description

This PR now adds concurrency controls to the existing GitHub Actions workflows.

  • Tests and Lint and Prettier cancel stale in-progress runs for the same PR or branch, keeping only the latest CI signal and saving Actions minutes.
  • Close inactive issues and PRs uses a workflow-level concurrency group without canceling in-progress runs, so stale bot updates do not overlap or stop midway.
  • Workflow permissions remain unchanged and minimal.

Resolved or fixed issue

Related to #264. The original test workflow gap has already been addressed on upstream main; this PR now focuses on workflow concurrency.

Screenshots (if applicable)

N/A as this is CI-only.

Affirmation

@vercel

vercel Bot commented Apr 2, 2026

Copy link
Copy Markdown

@Anshumancanrock is attempting to deploy a commit to the shopstr-eng Team on Vercel.

A member of the Team first needs to authorize it.

@Anshumancanrock

Copy link
Copy Markdown
Author

Hii @calvadev @GautamBytes , Could you please review this PR?

@wolgwang1729

Copy link
Copy Markdown
Contributor

Just a quick heads-up as a fellow contributor: there is actually another PR open right now (#256) that introduces this same CI workflow, but it also includes the bug fixes needed to get the currently failing tests to pass.

@GautamBytes GautamBytes changed the title ci: add test workflow to run Jest suite on pull requests ci: add workflow concurrency controls Jun 15, 2026

@GautamBytes GautamBytes left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Did some changes , good to merge now!!

@GautamBytes GautamBytes merged commit 69b215b into shopstr-eng:main Jun 15, 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.

3 participants