Limit Drone CI pipeline concurrency to 1
This commit is contained in:
parent
30e6a0bf06
commit
3ef2df63b9
1 changed files with 6 additions and 0 deletions
|
|
@ -2,6 +2,9 @@ kind: pipeline
|
|||
type: kubernetes
|
||||
name: frontend
|
||||
|
||||
concurrency:
|
||||
limit: 1
|
||||
|
||||
timeout: 20
|
||||
|
||||
trigger:
|
||||
|
|
@ -33,6 +36,9 @@ kind: pipeline
|
|||
type: kubernetes
|
||||
name: api
|
||||
|
||||
concurrency:
|
||||
limit: 1
|
||||
|
||||
timeout: 20
|
||||
|
||||
trigger:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue