mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-06-27 03:55:20 +00:00
ci: apply concurrency limit for github workflows (#6243)
This commit is contained in:
4
.github/workflows/python-lint.yml
vendored
4
.github/workflows/python-lint.yml
vendored
@ -2,6 +2,10 @@ name: flake8 Lint
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
flake8-lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user