We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d05360 commit 070dd8fCopy full SHA for 070dd8f
.github/workflows/slo-report.yml
@@ -2,7 +2,7 @@ name: slo-report
2
3
on:
4
workflow_run:
5
- workflows: ['slo']
+ workflows: [ 'slo' ]
6
types:
7
- completed
8
.github/workflows/slo.yml
@@ -1,3 +1,5 @@
1
+name: slo
+
push:
branches:
@@ -19,8 +21,6 @@ on:
19
21
default: '1000'
20
22
required: false
23
-name: slo
-
24
jobs:
25
ydb-slo-action:
26
if: (!contains(github.event.pull_request.labels.*.name, 'no slo'))
@@ -31,7 +31,11 @@ jobs:
31
matrix:
32
sdk:
33
- AdoNet
34
35
+ concurrency:
36
+ group: slo-${{ github.ref }}-${{ matrix.workload }}
37
+ cancel-in-progress: true
38
39
steps:
40
- name: Checkout repository
41
uses: actions/checkout@v4
0 commit comments