Skip to content

DEVOPS-1077: Fix concurrency group to use github.ref instead of github.head_ref#11

Merged
RomFloreani merged 1 commit into
mainfrom
DEVOPS-1077-change-group-concurrency
Jun 29, 2026
Merged

DEVOPS-1077: Fix concurrency group to use github.ref instead of github.head_ref#11
RomFloreani merged 1 commit into
mainfrom
DEVOPS-1077-change-group-concurrency

Conversation

@RomFloreani

@RomFloreani RomFloreani commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

DEVOPS-1077 - auto-cancel workflow upon new push to a branch
Change the workflow concurrency group key from github.head_ref || github.run_id to github.ref.

Part of DEVOPS-1077: change-group-concurrency

Authored using a powershell script with the help of CO-Pilot.

…thub.head_ref

Authored using a powershell script with the help of CO-Pilot.
Copilot AI review requested due to automatic review settings June 29, 2026 13:39

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates the GitHub Actions workflow concurrency grouping so runs are keyed by the full ref rather than a PR head branch name (or a fallback run id), improving cancellation behavior consistency across events.

Changes:

  • Changed the workflow concurrency.group from ${{ github.head_ref || github.run_id }} to ${{ github.ref }}.

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

@github-actions github-actions Bot changed the title Fix concurrency group to use github.ref instead of github.head_ref DEVOPS-1077: Fix concurrency group to use github.ref instead of github.head_ref Jun 29, 2026
@RomFloreani
RomFloreani merged commit 0191394 into main Jun 29, 2026
18 of 19 checks passed
@RomFloreani
RomFloreani deleted the DEVOPS-1077-change-group-concurrency branch June 29, 2026 15:47
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