ruki 3 yıl önce
ebeveyn
işleme
8b85792217
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      .github/workflows/ubuntu_clang.yml

+ 1 - 1
.github/workflows/ubuntu_clang.yml

@@ -15,7 +15,7 @@ jobs:
     runs-on: ${{ matrix.os }}
 
     concurrency:
-        group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-Linux-Clang
+        group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-Linux-Clang-${{ matrix.kind }}
         cancel-in-progress: true
     steps:
       - uses: actions/checkout@v1