Limit Drone CI pipeline concurrency to 1

This commit is contained in:
Viktor Barzin 2026-02-07 10:52:54 +00:00
parent 30e6a0bf06
commit 3ef2df63b9
No known key found for this signature in database
GPG key ID: 0EB088298288D958

View file

@ -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: