Skip to content

Conversation

@echavemann
Copy link
Owner

No description provided.

@echavemann echavemann self-assigned this Jan 11, 2026
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds concurrency controls to GitHub Actions workflows to prevent multiple workflow runs from executing simultaneously, and updates the gtest dependency version.

Changes:

  • Added concurrency configuration to all three CI workflows (unit-test, lint, dry-run) to cancel in-progress runs when new commits are pushed
  • Updated gtest dependency from version 1.15.0 to 1.17.0

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
.github/workflows/unit-test.yml Added concurrency group configuration to prevent overlapping test runs
.github/workflows/lint.yml Added concurrency group configuration to prevent overlapping lint runs
.github/workflows/dry-run.yml Added concurrency group configuration to prevent overlapping dry-run executions
conanfile.py Updated gtest dependency version from 1.15.0 to 1.17.0

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@echavemann echavemann merged commit 00d2d0c into main Jan 11, 2026
9 checks passed
@echavemann echavemann deleted the echavemann/one-at-a-time branch January 11, 2026 23:37
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