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
commit 15ae185ead
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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: