From c9c4d44533b7b11aa59861857518eb9378453903 Mon Sep 17 00:00:00 2001 From: RomainFloreani Date: Mon, 29 Jun 2026 09:36:03 -0400 Subject: [PATCH] DEVOPS-1077: change concurrency group to use github.ref instead of github.head_ref Authored using a powershell script with the help of CO-Pilot. --- .github/workflows/python_analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_analysis.yml b/.github/workflows/python_analysis.yml index 21853ca..0aecba6 100644 --- a/.github/workflows/python_analysis.yml +++ b/.github/workflows/python_analysis.yml @@ -18,7 +18,7 @@ on: - hotfix/** concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} + group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: