Skip to content

Commit f4d278a

Browse files
authored
Start SLO Action only if label "SLO" exists (#1954)
1 parent d3811e1 commit f4d278a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131

3232
jobs:
3333
ydb-slo-action:
34-
if: (!contains(github.event.pull_request.labels.*.name, 'no slo'))
34+
if: contains(github.event.pull_request.labels.*.name, 'SLO')
3535

3636
name: Run YDB SLO Tests
3737
runs-on: "large-runner"

0 commit comments

Comments
 (0)