Skip to content

Commit f2c3fbd

Browse files
committed
enable SLO check only on PRs
1 parent a016a4c commit f2c3fbd

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)