ruki 2 years ago
parent
commit
053f7bc41b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ubuntu.yml

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

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