Skip to content

Commit 37ba4b8

Browse files
authored
Enable deploy concurrency (#510)
1 parent a3795a3 commit 37ba4b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy-to-yandex-cloud.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
required: true
99
type: string
1010

11+
concurrency:
12+
group: ${{ github.workflow }}
13+
cancel-in-progress: false
14+
1115
jobs:
1216
deploy:
1317
name: Deploy to Yandex Cloud

0 commit comments

Comments
 (0)