ci: apply concurrency limit for github workflows (#6243)

This commit is contained in:
Minsoo Cheong 2024-03-23 02:15:06 +09:00 committed by GitHub
parent 80bd33bc2c
commit ee804f6223
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 40 additions and 0 deletions

View file

@ -15,6 +15,10 @@ on:
types: [opened, synchronize, reopened]
paths: ['**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m']
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
GGML_NLOOP: 3