Skip to content

Commit 5252cbc

Browse files
fix
1 parent 88b5409 commit 5252cbc

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/slo.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: slo
2+
13
on:
24
push:
35
branches:
@@ -19,8 +21,6 @@ on:
1921
default: '1000'
2022
required: false
2123

22-
name: slo
23-
2424
jobs:
2525
ydb-slo-action:
2626
if: (!contains(github.event.pull_request.labels.*.name, 'no slo'))
@@ -31,7 +31,11 @@ jobs:
3131
matrix:
3232
sdk:
3333
- AdoNet
34-
34+
35+
concurrency:
36+
group: slo-${{ github.ref }}-${{ matrix.workload }}
37+
cancel-in-progress: true
38+
3539
steps:
3640
- name: Checkout repository
3741
uses: actions/checkout@v4

0 commit comments

Comments
 (0)