Skip to content

fix: make concurrency work #147

Merged
kpplis merged 2 commits into
mainfrom
ci-concurrency
Jul 20, 2026
Merged

fix: make concurrency work #147
kpplis merged 2 commits into
mainfrom
ci-concurrency

Conversation

@kpplis

@kpplis kpplis commented Jul 15, 2026

Copy link
Copy Markdown
Contributor
  • Dropping github.sha means any two runs targeting the same repo+env queue behind each other, regardless of which commit triggered them.
  • Adding env prevents over-queuing: two services deploying to staging vs prod in the same deployment repo don't block each other.
  • cancel-in-progress: false (by default) ensures both commits actually deploy in order rather than the older one getting cancelled.

Tested in flask-blueprint-app
image

@kpplis
kpplis marked this pull request as ready for review July 15, 2026 11:36
@kpplis
kpplis requested a review from a team as a code owner July 15, 2026 11:36
@kpplis kpplis changed the title fix: rework concurrency fix: make concurrency work Jul 15, 2026

@andibeuge andibeuge 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.

Thanks a lot 🚀

@kpplis
kpplis merged commit 3bde46a into main Jul 20, 2026
17 checks passed
@kpplis
kpplis deleted the ci-concurrency branch July 20, 2026 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants