Skip to content

ci: add concurrency blocks to more workflows to cancel on new commit#4064

Merged
mbutrovich merged 1 commit intoapache:mainfrom
mbutrovich:ci_concurrency
Apr 24, 2026
Merged

ci: add concurrency blocks to more workflows to cancel on new commit#4064
mbutrovich merged 1 commit intoapache:mainfrom
mbutrovich:ci_concurrency

Conversation

@mbutrovich
Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Closes #.

Rationale for this change

Several workflows were missing the concurrency block, meaning in-progress CI runs were not cancelled when new commits were pushed. This is especially wasteful for the Miri workflow, which is long-running. The other three (codeql, pr_missing_suites, validate_workflows) are short but should be consistent with the rest of the repo.

What changes are included in this PR?

Adds concurrency with cancel-in-progress: true to four workflows:

  • miri.yml
  • codeql.yml
  • pr_missing_suites.yml
  • validate_workflows.yml

How are these changes tested?

Workflow syntax only. The concurrency block is already used by all other PR-triggered workflows in this repo.

@mbutrovich mbutrovich requested a review from andygrove April 24, 2026 14:13
Copy link
Copy Markdown
Member

@andygrove andygrove left a comment

Choose a reason for hiding this comment

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

Thanks @mbutrovich!

@mbutrovich mbutrovich merged commit 7dd3c4d into apache:main Apr 24, 2026
134 checks passed
@mbutrovich mbutrovich deleted the ci_concurrency branch April 24, 2026 16:02
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