From 26689bff52fc141bbfd6aae49bd9fe6f7c2ccab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=BCtzel?= Date: Tue, 19 Dec 2023 09:30:33 +0100 Subject: [PATCH] CI (macos): Use separate concurrency group --- .github/workflows/macos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index d0dae2c09..b8badb62b 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -7,7 +7,7 @@ on: - '**/*dev2' pull_request: -concurrency: ci-${{ github.ref }} +concurrency: ci-macos-${{ github.ref }} env: # string with name of libraries to be built