Skip to content

Commit 7ad1a34

Browse files
committed
ci: switch to 2dc slo action branch
Signed-off-by: Vladislav Polyakov <[email protected]>
1 parent 84bbd8f commit 7ad1a34

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/slo.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,11 @@ jobs:
9090
chmod +x .bin/${{matrix.sdk.id}}_linux_amd64
9191
9292
- name: Inititialize YDB SLO
93-
uses: ydb-platform/ydb-slo-action/init@main
93+
uses: ydb-platform/ydb-slo-action/init@2dc
9494
with:
9595
github_pull_request_number: ${{ github.event.inputs.github_pull_request_number }}
9696
github_token: ${{ secrets.GITHUB_TOKEN }}
97-
sdk_name: ${{ matrix.sdk.name }}
98-
ydb_database_node_count: 5
97+
workload_name: ${{ matrix.sdk.name }}
9998

10099
- name: Prepare SLO Database
101100
run: |

0 commit comments

Comments
 (0)