[testing workflows] Update concurrency to not cancel the workflow when running on trunk (#50397)

This commit is contained in:
Adrian Moldovan 2024-08-06 11:39:57 +01:00 committed by GitHub
parent 5e5378e444
commit 657a3fb99a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ on:
concurrency:
group: '${{ github.workflow }}-${{ github.ref }}-${{ inputs.trigger }}'
cancel-in-progress: true
cancel-in-progress: ${{ github.ref != 'trunk' }}
env:
FORCE_COLOR: 1