feat update workflow group: ${{ github.workflow }}-${{ github.ref }}

This commit is contained in:
tqcq 2024-12-30 18:23:20 +08:00
parent 44e92a75f5
commit f97ec3b350
9 changed files with 12 additions and 12 deletions

View File

@ -17,7 +17,7 @@ on:
- "third_party/**"
concurrency:
group: android-${{github.ref}}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:

View File

@ -24,7 +24,7 @@ on:
- "CMakeLists.txt"
- "cmake/**"
concurrency:
group: linux-aarch64-cpu-gcc-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read

View File

@ -26,7 +26,7 @@ on:
- CMakeLists.txt
- cmake/**
concurrency:
group: linux-arm-gcc-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
linux-gcc-arm:

View File

@ -22,9 +22,9 @@ on:
- CMakeLists.txt
- cmake/**
concurrency:
group: linux-mips-gcc-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: read-all
jobs:
linux-gcc-mipsel:
runs-on: ubuntu-20.04

View File

@ -23,9 +23,9 @@ on:
- CMakeLists.txt
- cmake/**
concurrency:
group: linux-mips64-gcc-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: read-all
jobs:
linux-gcc-mips64el:
runs-on: ubuntu-20.04

View File

@ -24,9 +24,9 @@ on:
- CMakeLists.txt
- cmake/**
concurrency:
group: linux-riscv64-gcc-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: read-all
jobs:
linux-gcc-riscv64:
runs-on: ubuntu-20.04

View File

@ -16,7 +16,7 @@ on:
- "CMakeLists.txt"
concurrency:
group: linux-x64-clang-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:

View File

@ -20,7 +20,7 @@ on:
- "CMakeLists.txt"
concurrency:
group: linux-x64-gcc-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:

View File

@ -22,7 +22,7 @@ on:
- "CMakeLists.txt"
concurrency:
group: linux-x86-gcc-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: