mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 06:53:54 +00:00
ci: Enforce concurrency to reduce CI loads
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
5b9c366614
commit
94dcc8bc13
6 changed files with 24 additions and 0 deletions
4
.github/workflows/pre-commit.yml
vendored
4
.github/workflows/pre-commit.yml
vendored
|
|
@ -5,6 +5,10 @@ on:
|
|||
push:
|
||||
branches: [main]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
pre-commit:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue