Skip to content

Commit ec261ac

Browse files
author
Alexey Zorkaltsev
committed
chore: slo
1 parent 0a476c3 commit ec261ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/slo.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: SLO
22
on:
33
pull_request:
44
branches:
5+
- main
56
- master
67
- release-*
78
workflow_dispatch:
@@ -24,7 +25,7 @@ jobs:
2425
uses: actions/checkout@v4
2526

2627
- name: Run SLO
27-
uses: ydb-platform/slo-tests@js-version
28+
uses: ydb-platform/slo-tests@main
2829
continue-on-error: true
2930
with:
3031
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)