From 35b01f39aa13cf70dc43c547e04e5c2a4e528f60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20B=C3=BChler?= Date: Sun, 24 Sep 2023 11:39:57 +0200 Subject: [PATCH] chore: use github ref in concurrency --- .github/workflows/dotnet-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-test.yml b/.github/workflows/dotnet-test.yml index 75f22628..c2717e69 100644 --- a/.github/workflows/dotnet-test.yml +++ b/.github/workflows/dotnet-test.yml @@ -10,7 +10,7 @@ concurrency: cancel-in-progress: true concurrency: - group: testing + group: testing-${{ github.ref }} cancel-in-progress: true jobs: