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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue