From 291f6b3ba91e8dfeb49bdf88821441bbd3f39107 Mon Sep 17 00:00:00 2001 From: abikouo Date: Wed, 15 Mar 2023 16:36:37 +0100 Subject: [PATCH] fix github action --- .github/workflows/update-variables.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-variables.yml b/.github/workflows/update-variables.yml index 3aa98761f79..4c9103bed20 100644 --- a/.github/workflows/update-variables.yml +++ b/.github/workflows/update-variables.yml @@ -2,7 +2,7 @@ name: update collection variables concurrency: - group: ${{ github.head_ref }} + group: '${{ github.workflow }} @ ${{ github.sha }}' cancel-in-progress: true on: