fix/reinit #3
@ -17,7 +17,7 @@ on:
|
|||||||
- "third_party/**"
|
- "third_party/**"
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: android-${{github.ref}}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -24,7 +24,7 @@ on:
|
|||||||
- "CMakeLists.txt"
|
- "CMakeLists.txt"
|
||||||
- "cmake/**"
|
- "cmake/**"
|
||||||
concurrency:
|
concurrency:
|
||||||
group: linux-aarch64-cpu-gcc-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
@ -26,7 +26,7 @@ on:
|
|||||||
- CMakeLists.txt
|
- CMakeLists.txt
|
||||||
- cmake/**
|
- cmake/**
|
||||||
concurrency:
|
concurrency:
|
||||||
group: linux-arm-gcc-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
jobs:
|
jobs:
|
||||||
linux-gcc-arm:
|
linux-gcc-arm:
|
||||||
|
@ -22,9 +22,9 @@ on:
|
|||||||
- CMakeLists.txt
|
- CMakeLists.txt
|
||||||
- cmake/**
|
- cmake/**
|
||||||
concurrency:
|
concurrency:
|
||||||
group: linux-mips-gcc-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
permissions: read-all
|
|
||||||
jobs:
|
jobs:
|
||||||
linux-gcc-mipsel:
|
linux-gcc-mipsel:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
@ -23,9 +23,9 @@ on:
|
|||||||
- CMakeLists.txt
|
- CMakeLists.txt
|
||||||
- cmake/**
|
- cmake/**
|
||||||
concurrency:
|
concurrency:
|
||||||
group: linux-mips64-gcc-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
permissions: read-all
|
|
||||||
jobs:
|
jobs:
|
||||||
linux-gcc-mips64el:
|
linux-gcc-mips64el:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
@ -24,9 +24,9 @@ on:
|
|||||||
- CMakeLists.txt
|
- CMakeLists.txt
|
||||||
- cmake/**
|
- cmake/**
|
||||||
concurrency:
|
concurrency:
|
||||||
group: linux-riscv64-gcc-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
permissions: read-all
|
|
||||||
jobs:
|
jobs:
|
||||||
linux-gcc-riscv64:
|
linux-gcc-riscv64:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
@ -16,7 +16,7 @@ on:
|
|||||||
- "CMakeLists.txt"
|
- "CMakeLists.txt"
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: linux-x64-clang-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -20,7 +20,7 @@ on:
|
|||||||
- "CMakeLists.txt"
|
- "CMakeLists.txt"
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: linux-x64-gcc-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -22,7 +22,7 @@ on:
|
|||||||
- "CMakeLists.txt"
|
- "CMakeLists.txt"
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: linux-x86-gcc-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user