chore: update cancel-in-progress flag in Python and TypeScript test workflows (#2492)

This commit is contained in:
Gabriel Luiz Freitas Almeida
2024-07-02 18:21:29 -03:00
committed by GitHub
parent dd5951f949
commit 15ae185ead
7 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ env:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ !contains(github.workflow, 'Release')}}
jobs:
build: