Skip to content

Commit 070dd8f

Browse files
fix
1 parent 5d05360 commit 070dd8f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/slo-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: slo-report
22

33
on:
44
workflow_run:
5-
workflows: ['slo']
5+
workflows: [ 'slo' ]
66
types:
77
- completed
88

.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)