|
@@ -15,7 +15,7 @@ jobs:
|
|
runs-on: ${{ matrix.os }}
|
|
runs-on: ${{ matrix.os }}
|
|
|
|
|
|
concurrency:
|
|
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
|
|
cancel-in-progress: true
|
|
steps:
|
|
steps:
|
|
- uses: actions/checkout@v1
|
|
- uses: actions/checkout@v1
|