ci: add concurrency group to deploy workflow
This commit is contained in:
parent
6c74980b35
commit
d0976ec7ab
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -47,6 +47,10 @@ on:
|
||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# -----------------------------------------------------------------
|
# -----------------------------------------------------------------
|
||||||
# PREPARE
|
# PREPARE
|
||||||
|
|
Loading…
Reference in a new issue