ci: add concurrency group to deploy workflow

This commit is contained in:
Nicolas Giard 2024-07-17 21:54:32 -04:00 committed by GitHub
parent 6c74980b35
commit d0976ec7ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,6 +47,10 @@ on:
required: true
type: boolean
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
# -----------------------------------------------------------------
# PREPARE