ci: add concurrency group to cancel superseded workflow runs (#229) - #338
Merged
blockchain-maxis merged 3 commits intoSep 2, 2026
Merged
Conversation
|
@Lazyartist1 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
✅ Deploy Preview for stellar-signet ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
@Ipramking is attempting to deploy a commit to the blockchainmaxis-8449's projects Team on Vercel. A member of the Team first needs to authorize it. |
Lazyartist1
force-pushed
the
fix/ci-concurrency-group-229
branch
from
August 30, 2026 16:10
6e1a340 to
f309bd2
Compare
The concurrency group is right, but cancel-in-progress: true applies to the push trigger too. A run on main is the record of whether that merged commit is green, and merges landing close together would cancel the earlier commit's run before it reported — which is exactly what happens while working through a queue of PRs. Scope the cancellation to pull_request.
blockchain-maxis
merged commit Sep 2, 2026
64385d5
into
blockchain-maxis:main
10 of 11 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #229
Summary of Changes
Adds a
concurrencygroup to.github/workflows/ci.ymlkeyed on the workflow name and target ref (github.head_ref || github.ref) withcancel-in-progress: true.Context & Benefits
Verification Status
node scripts/check-docs.mjspassed (22 markdown files, 27 env vars, no drift).node scripts/check-contract-errors.mjspassed (9 variants matched).apps/web/lib/*.test.ts.