mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 07:00:02 +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/integration-tests.yml
vendored
4
.github/workflows/integration-tests.yml
vendored
|
|
@ -14,6 +14,10 @@ on:
|
|||
- 'requirements.txt'
|
||||
- '.github/workflows/integration-tests.yml' # This workflow
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
test-matrix:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue