chore: update cancel-in-progress flag in Python and TypeScript test workflows (#2492)
This commit is contained in:
parent
dd5951f949
commit
15ae185ead
7 changed files with 2 additions and 2 deletions
2
.github/workflows/python_test.yml
vendored
2
.github/workflows/python_test.yml
vendored
|
|
@ -10,7 +10,7 @@ env:
|
|||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
cancel-in-progress: ${{ !contains(github.workflow, 'Release')}}
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
2
.github/workflows/typescript_test.yml
vendored
2
.github/workflows/typescript_test.yml
vendored
|
|
@ -13,7 +13,7 @@ on:
|
|||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
cancel-in-progress: ${{ !contains(github.workflow, 'Release')}}
|
||||
|
||||
env:
|
||||
POETRY_VERSION: "1.8.3"
|
||||
|
|
|
|||
Binary file not shown.
BIN
langchaindot2/c133c9ed-cb7d-4d2b-a694-5151e22c022c/header.bin
Normal file
BIN
langchaindot2/c133c9ed-cb7d-4d2b-a694-5151e22c022c/header.bin
Normal file
Binary file not shown.
BIN
langchaindot2/c133c9ed-cb7d-4d2b-a694-5151e22c022c/length.bin
Normal file
BIN
langchaindot2/c133c9ed-cb7d-4d2b-a694-5151e22c022c/length.bin
Normal file
Binary file not shown.
BIN
langchaindot2/chroma.sqlite3
Normal file
BIN
langchaindot2/chroma.sqlite3
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue