mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 04:47:23 +08:00
chore: update cancel-in-progress flag in Python and TypeScript test workflows (#2492)
This commit is contained in:
committed by
GitHub
parent
dd5951f949
commit
15ae185ead
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:
|
||||
|
||||
Reference in New Issue
Block a user