Skip to content

Commit 88feabc

Browse files
authored
Merge pull request #769 from ydb-platform/remove-slo-on-master
enable SLO check only on PRs
2 parents a016a4c + f2c3fbd commit 88feabc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/slo.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: SLO
22
on:
3-
push:
3+
pull_request:
44
branches:
55
- master
66
- release-*
7-
pull_request:
87
workflow_dispatch:
98
jobs:
109
test-slo:

0 commit comments

Comments
 (0)